This commit is contained in:
khongchi 2013-12-16 18:51:17 +09:00
parent 6be4d31aa3
commit b9c89765f5

View file

@ -15,7 +15,7 @@ if(!defined('__XE__'))
/**
* 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;
}