Archived
1
0
Fork 0

Error page update mostly play

This commit is contained in:
Fredric N 2010-08-23 23:01:48 +02:00
parent b5d574ffd3
commit 0f0ee9db2b
7 changed files with 52 additions and 14 deletions

View file

@ -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());
}
}