added forward from index to page/home

This commit is contained in:
Logsol 2013-07-08 23:20:54 +02:00
parent bffe0f1660
commit 1142ae8171

View file

@ -27,6 +27,8 @@ class IndexController extends Katharsis_Controller_Abstract
*/ */
public function indexAction() public function indexAction()
{ {
$controller = new PageController();
$controller->homeAction();
} }
/** /**