style(legacy): fix code format with php-cs-fixer (#1674)
This commit is contained in:
parent
e1dc69af9e
commit
69d8eae845
111 changed files with 1163 additions and 1163 deletions
|
@ -4,8 +4,8 @@ class ErrorController extends Zend_Controller_Action
|
|||
{
|
||||
public function init()
|
||||
{
|
||||
//The default layout includes the Dashboard header, which may contain private information.
|
||||
//We cannot show that.
|
||||
// The default layout includes the Dashboard header, which may contain private information.
|
||||
// We cannot show that.
|
||||
$this->view->layout()->disableLayout();
|
||||
$this->setupCSS();
|
||||
|
||||
|
@ -46,8 +46,8 @@ class ErrorController extends Zend_Controller_Action
|
|||
break;
|
||||
}
|
||||
} else {
|
||||
//$exceptions = $this->_getAllParams();
|
||||
//Logging::error($exceptions);
|
||||
// $exceptions = $this->_getAllParams();
|
||||
// Logging::error($exceptions);
|
||||
$this->error404Action();
|
||||
|
||||
return;
|
||||
|
@ -58,7 +58,7 @@ class ErrorController extends Zend_Controller_Action
|
|||
if (($log = $this->getLog())) {
|
||||
$log->crit($this->view->message, $errors->exception);
|
||||
}*/
|
||||
//Logging that actually works: -- Albert
|
||||
// Logging that actually works: -- Albert
|
||||
Logging::error($this->view->message . ': ' . $errors->exception);
|
||||
|
||||
// conditionally display exceptions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue