mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
fixed #1 point_level_icon 애드온이 JSON, XML 응답 결과에 영향을 줄 수 있는 문제 고침.
This commit is contained in:
parent
7a100cd740
commit
b8d20fb62f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ if(!defined('__XE__'))
|
||||||
* Display point level icon before user name when point system is enabled.
|
* Display point level icon before user name when point system is enabled.
|
||||||
* */
|
* */
|
||||||
// return unless before_display_content
|
// 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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue