More robust error handling in show-logo action

This commit is contained in:
Duncan Sommerville 2015-06-05 11:55:06 -04:00
parent f6e23ab075
commit 14f37909d1
3 changed files with 36 additions and 23 deletions

View file

@ -10,7 +10,7 @@ class IndexController extends Zend_Controller_Action
public function indexAction()
{
$this->_forward('index', 'showbuilder');
$this->_redirect('Showbuilder');
}
public function mainAction()