no message
This commit is contained in:
parent
edcd533f2c
commit
36c8e6d456
@ -11,8 +11,8 @@ class Git extends Base {
|
|||||||
|
|
||||||
$sMsg = '';
|
$sMsg = '';
|
||||||
foreach ($aArticleList as $v) {
|
foreach ($aArticleList as $v) {
|
||||||
$sMsg = '\n\n';
|
$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;
|
return $sMsg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user