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();