mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
NOISSUE, trivial code change
This commit is contained in:
parent
f8af9ef6ce
commit
34c7b68c89
7 changed files with 8 additions and 13 deletions
|
|
@ -9,7 +9,7 @@ if(!defined('__XE__'))
|
|||
* @author NAVER (developers@xpressengine.com)
|
||||
* @brief Automatic link add-on
|
||||
*/
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod() != "XMLRPC")
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod() == "HTML")
|
||||
{
|
||||
if(Mobile::isFromMobilePhone())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue