Esempio n. 1
0
 function throwError($name, $details = false)
 {
     if ($this->SHUTDOWN) {
         $this->forumStatus(1);
     }
     parent::throwError($name, $details ? $details : 0);
 }