aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BaseController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
commitfe4d464805d9c6d3471dbfab6e20cc960fdfd329 (patch)
tree9f19b3a692e291e1cab49f78e5f6fef55881ef74 /h-source/Application/Controllers/BaseController.php
parentb7910c20f6eb7dff80f5db4c8659222bd6e57c95 (diff)
improved user history and improved mobile version
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r--h-source/Application/Controllers/BaseController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php
index 260d6dc..69b47ac 100644
--- a/h-source/Application/Controllers/BaseController.php
+++ b/h-source/Application/Controllers/BaseController.php
@@ -54,6 +54,7 @@ class BaseController extends Controller
$this->model('BoxesModel');
$this->model('HistoryModel');
$this->model('ParamsModel');
+ $this->model('UsersModel');
$this->load('header');
$this->load('footer','last');