CC-6051 - Route / generates invalid navigation bar links

This commit is contained in:
Albert Santoni 2015-06-05 11:52:51 -04:00
parent b5e72d673f
commit dd4cbe5b63
1 changed files with 1 additions and 1 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()