mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
return error msg of extension mgr
This commit is contained in:
parent
b7b92bcc57
commit
99cc8b5b5d
|
@ -68,7 +68,7 @@ elseif ($action == "refresh") { /* {{{ */
|
||||||
$extMgr->createExtensionConf();
|
$extMgr->createExtensionConf();
|
||||||
$controller->setParam('extmgr', $extMgr);
|
$controller->setParam('extmgr', $extMgr);
|
||||||
if (!$controller($_POST)) {
|
if (!$controller($_POST)) {
|
||||||
UI::exitError(getMLText("admin_tools"),getMLText("error_occured"));
|
UI::exitError(getMLText("admin_tools"),$extMgr->getErrorMsg());
|
||||||
}
|
}
|
||||||
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_extension_refresh')));
|
$session->setSplashMsg(array('type'=>'success', 'msg'=>getMLText('splash_extension_refresh')));
|
||||||
add_log_line();
|
add_log_line();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user