mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
#172 fix typo
This commit is contained in:
parent
6be4d31aa3
commit
b9c89765f5
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ if(!defined('__XE__'))
|
||||||
/**
|
/**
|
||||||
* Just before displaying, change image name/ image mark
|
* Just before displaying, change image name/ image mark
|
||||||
*/
|
*/
|
||||||
if(Context::get('act') == 'dispPageAdminContentModify' || $called_position != "before_display_content");
|
if(Context::get('act') == 'dispPageAdminContentModify' || $called_position != "before_display_content")
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue