diff options
Diffstat (limited to 'h-source/Application/Controllers/GenericController.php')
-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); |