diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-14 14:15:09 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-14 14:15:09 +0000 |
commit | 99e87e1869e49c67bea2b779283def0e98f39bca (patch) | |
tree | 9a80b9364c49713a146f3fe2f0c118b01880f988 /h-source/Application/Controllers/LastController.php | |
parent | bd506cb53aefc43d0a63b6fc9068bd236e543244 (diff) |
improved history
Diffstat (limited to 'h-source/Application/Controllers/LastController.php')
-rw-r--r-- | h-source/Application/Controllers/LastController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/LastController.php b/h-source/Application/Controllers/LastController.php index 0791ccb..c357c1a 100644 --- a/h-source/Application/Controllers/LastController.php +++ b/h-source/Application/Controllers/LastController.php @@ -41,7 +41,7 @@ class LastController extends BaseController $whereClauseArray = array( 'gr' => 'registered', - 'type' => 'wiki', + 'type' => 'hardware', ); $this->helper('Pages','last/modifications/'.$this->lang,'page'); |