Пример #1
0
 public function main($fix = false)
 {
     $this->_checkModuleOutput();
     $this->_checkPermissions();
     $this->_verifyMinification();
     $this->_verifyURLRewriting();
     $this->_verifyFull();
     if ($this->errorOccurred) {
         $this->messages[] = $this->getManualLink();
     }
     return parent::main();
 }