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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user