Skip to content
Snippets Groups Projects
Commit aa03bde1 authored by Tim Steiner's avatar Tim Steiner
Browse files

Switch the last of the Controllers to inherit from App_ instead of Unl_Controller_Action

parent df3b16c3
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@
require_once 'Zend/Controller/Action.php';
class Auth_IndexController extends Unl_Controller_Action {
class Auth_IndexController extends App_Controller_Action {
public function indexAction()
{
......
<?php
class IndexController extends Unl_Controller_Action
class IndexController extends App_Controller_Action
{
public function indexAction()
{
......
......@@ -9,7 +9,7 @@
require_once 'Zend/Controller/Action.php';
class Requests_IndexController extends Unl_Controller_Action
class Requests_IndexController extends App_Controller_Action
{
/**
* The default action - show the home page
......
......@@ -9,7 +9,7 @@
require_once 'Zend/Controller/Action.php';
class Test_IndexController extends Unl_Controller_Action {
class Test_IndexController extends App_Controller_Action {
/**
* The default action - show the home page
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment