mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 15:21:40 +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
|
|
@ -1910,9 +1910,14 @@ class memberController extends member
|
|||
function addMemberMenu($act, $str)
|
||||
{
|
||||
$logged_info = Context::get('logged_info');
|
||||
|
||||
|
||||
if(!is_object($logged_info))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$logged_info->menu_list[$act] = lang($str);
|
||||
|
||||
|
||||
Context::set('logged_info', $logged_info);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue