aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/BaseController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-14 14:15:09 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-14 14:15:09 +0000
commit99e87e1869e49c67bea2b779283def0e98f39bca (patch)
tree9a80b9364c49713a146f3fe2f0c118b01880f988 /h-source/Application/Controllers/BaseController.php
parentbd506cb53aefc43d0a63b6fc9068bd236e543244 (diff)
improved history
Diffstat (limited to 'h-source/Application/Controllers/BaseController.php')
-rw-r--r--h-source/Application/Controllers/BaseController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/BaseController.php b/h-source/Application/Controllers/BaseController.php
index 7eb4236..7d03735 100644
--- a/h-source/Application/Controllers/BaseController.php
+++ b/h-source/Application/Controllers/BaseController.php
@@ -119,7 +119,7 @@ class BaseController extends Controller
$data['lastModif'] = $this->m['HistoryModel']
->select()
- ->where(array('type'=>'wiki','gr'=>'registered'))
+ ->where(array('type'=>'hardware','gr'=>'registered'))
->orderBy('id_history desc')
->limit(5)
->send();