mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
error msg
This commit is contained in:
parent
60187e4dfb
commit
c10d016e84
2 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$output = $oModuleController->updateModuleConfig('ncenterlite', $config);
|
||||
if(!$output->toBool())
|
||||
{
|
||||
return new Object(-1, 'message');
|
||||
return new Object(-1, 'ncenterlite_msg_setting_error');
|
||||
}
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue