diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-18 00:52:55 +0000 |
commit | d0d8cd258ff7f993950595dda0e5b970638621eb (patch) | |
tree | dc98a6d3f1fb2a2a1c40fe6aed569ee9b04e289f /h-source/Application/Controllers | |
parent | 14691cd854be3e9ee272c9619a6368c83d72267b (diff) |
mobile:added model nale filer
Diffstat (limited to 'h-source/Application/Controllers')
-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 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); |