From c50ca204f77457de9f873d5484671cab23803cf3 Mon Sep 17 00:00:00 2001 From: YJSoft Date: Fri, 12 Sep 2014 22:45:23 +0900 Subject: [PATCH] =?UTF-8?q?#970=20=EC=B9=B4=EC=9A=B4=ED=84=B0=20=EA=B8=B0?= =?UTF-8?q?=EB=A1=9D=20=EC=8B=9C=20crawler=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addons/counter/counter.addon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/counter/counter.addon.php b/addons/counter/counter.addon.php index 67ed706ab..65d665bd5 100644 --- a/addons/counter/counter.addon.php +++ b/addons/counter/counter.addon.php @@ -10,7 +10,7 @@ if(!defined('__XE__')) * @brief Counter add-on */ // Execute if called_position is before_display_content -if($called_position == 'before_module_init' && Context::get('module') != 'admin' && Context::getResponseMethod() == 'HTML' && Context::isInstalled()) +if($called_position == 'before_module_init' && Context::get('module') != 'admin' && Context::getResponseMethod() == 'HTML' && Context::isInstalled() && !isCrawler()) { $oCounterController = getController('counter'); $oCounterController->counterExecute();