mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
NOISSUE, trivial code change
This commit is contained in:
parent
f8af9ef6ce
commit
34c7b68c89
7 changed files with 8 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ if(!defined('__XE__'))
|
|||
/**
|
||||
* Just before displaying, change image name/ image mark
|
||||
*/
|
||||
if($called_position != "before_display_content" || Context::get('act') == 'dispPageAdminContentModify')
|
||||
if(Context::get('act') == 'dispPageAdminContentModify' || $called_position != "before_display_content");
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue