mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#175 fix typo
This commit is contained in:
parent
b9c89765f5
commit
cd1dfda2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ if($this->module != 'member' && $called_position == 'before_module_init')
|
||||||
Context::addHtmlFooter("<script type=\"text/javascript\">jQuery(function(){ xeNotifyMessage('{$text}','{$new_message_count}'); });</script>");
|
Context::addHtmlFooter("<script type=\"text/javascript\">jQuery(function(){ xeNotifyMessage('{$text}','{$new_message_count}'); });</script>");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elseif($this->act == 'getMemberMenu' && $called_position == 'before_module_proc');
|
elseif($this->act == 'getMemberMenu' && $called_position == 'before_module_proc')
|
||||||
{
|
{
|
||||||
$member_srl = Context::get('target_srl');
|
$member_srl = Context::get('target_srl');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue