CC-3174 : showbuilder

This commit is contained in:
Naomi Aro 2012-03-15 14:14:02 +01:00
parent fa1f03ed58
commit 2beadc9301
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', 'login');
$this->_forward('index', 'showbuilder');
}
public function mainAction()