diff options
| author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:21:25 +0000 |
|---|---|---|
| committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:21:25 +0000 |
| commit | 3e63edf93ce77bae2891d1d0e5552768453e8404 (patch) | |
| tree | eeb6b129bffc84c645d1919e686d3674cc223467 /h-source/Application/Controllers | |
| parent | 2f4d2fa530e8b42ffe01a4b58fd02c10a8f6174d (diff) | |
changed last controller to special controller
Diffstat (limited to 'h-source/Application/Controllers')
| -rw-r--r-- | h-source/Application/Controllers/SpecialController.php (renamed from h-source/Application/Controllers/LastController.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/LastController.php b/h-source/Application/Controllers/SpecialController.php index 2050ea7..86ac9b9 100644 --- a/h-source/Application/Controllers/LastController.php +++ b/h-source/Application/Controllers/SpecialController.php @@ -20,7 +20,7 @@ if (!defined('EG')) die('Direct access not allowed!'); -class LastController extends BaseController +class SpecialController extends BaseController { public function __construct($model, $controller, $queryString) |
