aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/GenericController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-09-14 22:21:12 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-09-14 22:21:12 +0000
commit377b513193b4d0c155eafa2f2cf13592190be17f (patch)
tree095871f9bd1318d4bf86cf36593b22529fa8a2ca /h-source/Application/Controllers/GenericController.php
parent50efe9731fdf489b4bbc2669766010075691df08 (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.php2
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);