mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 15:32:15 +09:00
Merge branch 'develop' into pr/cache-refactor
Conflicts: modules/ncenterlite/ncenterlite.controller.php
This commit is contained in:
commit
3b8db58954
30 changed files with 192 additions and 144 deletions
|
|
@ -22,7 +22,7 @@ class adminAdminController extends admin
|
|||
$logged_info = $oMemberModel->getLoggedInfo();
|
||||
if($logged_info->is_admin != 'Y')
|
||||
{
|
||||
return $this->stop("msg_is_not_administrator");
|
||||
return $this->stop("admin.msg_is_not_administrator");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue