Beispiel #1
0
 /**
  * Call controller action
  *
  * @return void
  */
 protected function callAction()
 {
     parent::callAction();
     if ($this->isLogged()) {
         \XLite::getInstance()->updateModuleRegistry();
         \XLite\Core\WidgetCache::getInstance()->deleteAll();
     }
 }