fixed #1 point_level_icon 애드온이 JSON, XML 응답 결과에 영향을 줄 수 있는 문제 고침.

This commit is contained in:
bnu 2013-11-15 02:01:45 +09:00
parent 7a100cd740
commit b8d20fb62f

View file

@ -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::get('act') == 'dispPageAdminContentModify')
if($called_position != "before_display_content" || Context::getResponseMethod() != 'HTML' || Context::get('act') == 'dispPageAdminContentModify')
{
return;
}