aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/GenericController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-02-18 00:52:55 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-02-18 00:52:55 +0000
commitd0d8cd258ff7f993950595dda0e5b970638621eb (patch)
treedc98a6d3f1fb2a2a1c40fe6aed569ee9b04e289f /h-source/Application/Controllers/GenericController.php
parent14691cd854be3e9ee272c9619a6368c83d72267b (diff)
mobile:added model nale filer
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 117845a..b5bbb4c 100644
--- a/h-source/Application/Controllers/GenericController.php
+++ b/h-source/Application/Controllers/GenericController.php
@@ -506,7 +506,7 @@ class GenericController extends BaseController
//set search_string to undef to clean the model name filter
$this->viewArgs['search_string'] = "undef";
- $this->buildStatus();
+ $data['clearViewStatus'] = Url::createUrl($this->viewArgs);
$this->append($data);