NOISSUE, trivial code change

This commit is contained in:
ngleader 2013-11-25 21:26:40 +09:00
parent f8af9ef6ce
commit 34c7b68c89
7 changed files with 8 additions and 13 deletions

View file

@ -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())
{