1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 18:44:27 +02:00

Changed git sync error to warning.

This commit is contained in:
Cameron
2018-10-02 11:36:17 -07:00
parent 692509f40c
commit 30b8d03df9
2 changed files with 4 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class admin_shortcodes
<a class="btn btn-success" href="'.$installUrl.'">'.ADLAN_121.'</a>'; //Install
$mes->addInfo($text);
return; // $mes->render();
return null; // $mes->render();
}
if($parm=='icon')
@@ -144,6 +144,7 @@ class admin_shortcodes
return e107::getRender()->tablerender($tmp['caption'],$tmp['text'],'e_help',true);
}
return null;
}
function sc_admin_help()