From b3d5d47de8328e54735cfb5b4450d58efdb4b0cd Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Sun, 9 Jan 2011 16:47:53 -0500 Subject: [PATCH] Update to the controller base class for the new MVC system --- hippo/app/controllers/ApplicationController.php | 18 ------------------ hippo/app/controllers/Base.php | 9 +++++++++ 2 files changed, 9 insertions(+), 18 deletions(-) delete mode 100644 hippo/app/controllers/ApplicationController.php create mode 100644 hippo/app/controllers/Base.php diff --git a/hippo/app/controllers/ApplicationController.php b/hippo/app/controllers/ApplicationController.php deleted file mode 100644 index 07d2f4dd0..000000000 --- a/hippo/app/controllers/ApplicationController.php +++ /dev/null @@ -1,18 +0,0 @@ -