Error page update mostly play
This commit is contained in:
parent
b5d574ffd3
commit
0f0ee9db2b
7 changed files with 52 additions and 14 deletions
|
|
@ -6,9 +6,9 @@ class ErrorController extends Zend_Controller_Action
|
|||
{
|
||||
$this->view->args = $this->_request->getParams();
|
||||
|
||||
$error = $this->_request->getParam('error_handler');
|
||||
$this->view->error = $this->_request->getParam('error_handler');
|
||||
|
||||
var_dump($error->exception->getTrace());
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in a new issue