1
This commit is contained in:
parent
fa3edd61c6
commit
eb0b816934
@ -12,7 +12,7 @@ class Git extends Base {
|
||||
$sMsg = '';
|
||||
foreach ($aArticleList as $v) {
|
||||
$sMsg .= "\n\n";
|
||||
$sMsg .= "https://github.com/".$v['user_name']."/".$v['project_name'];
|
||||
$sMsg .= '-'."https://github.com/".$v['user_name']."/".$v['project_name'];
|
||||
}
|
||||
|
||||
return $sMsg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user