diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-09-14 22:21:12 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-09-14 22:21:12 +0000 |
commit | 377b513193b4d0c155eafa2f2cf13592190be17f (patch) | |
tree | 095871f9bd1318d4bf86cf36593b22529fa8a2ca /h-source/Application/Controllers/GenericController.php | |
parent | 50efe9731fdf489b4bbc2669766010075691df08 (diff) |
improved the way validate conditions are set
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-rw-r--r-- | h-source/Application/Controllers/GenericController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/GenericController.php b/h-source/Application/Controllers/GenericController.php index 5cc81a5..362ea1e 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -26,7 +26,7 @@ class GenericController extends BaseController protected $_controllerName = null; //as in the URL public $orderPopup; - + public function __construct($model, $controller, $queryString) { parent::__construct($model, $controller, $queryString); |