mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-06 10:33:10 +09:00
NOISSUE, trivial code change
This commit is contained in:
parent
f8af9ef6ce
commit
34c7b68c89
7 changed files with 8 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ if(!defined('__XE__'))
|
|||
* Display point level icon before user name when point system is enabled.
|
||||
* */
|
||||
// return unless before_display_content
|
||||
if($called_position != "before_display_content" || Context::getResponseMethod() != 'HTML' || Context::get('act') == 'dispPageAdminContentModify')
|
||||
if(Context::get('act') == 'dispPageAdminContentModify' || $called_position != "before_display_content" || Context::getResponseMethod() != 'HTML')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue