Exemplo n.º 1
0
 private function error()
 {
     $pageId = $this->getRequest()->getVal('pageId');
     UCIPatrol::fullDownVote($pageId);
     $this->skip();
     $title = Title::newFromText($this->getRequest()->getVal("articleTitle"));
     UCIPatrol::logUCIError($title, $pageId);
 }