Merge remote-tracking branch 'coss/hotfix/abstract-controller'
authorRob Allen <rob@akrabat.com>
Sat, 30 Jun 2012 19:34:57 +0000 (20:34 +0100)
committerRob Allen <rob@akrabat.com>
Sat, 30 Jun 2012 19:34:57 +0000 (20:34 +0100)
module/Application/src/Application/Controller/IndexController.php

index fa1103b..1c547c5 100644 (file)
@@ -2,10 +2,10 @@
 
 namespace Application\Controller;
 
-use Zend\Mvc\Controller\ActionController,
-    Zend\View\Model\ViewModel;
+use Zend\Mvc\Controller\AbstractActionController;
+use Zend\View\Model\ViewModel;
 
-class IndexController extends ActionController
+class IndexController extends AbstractActionController
 {
     public function indexAction()
     {