diff options
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); |