diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 13:22:46 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-03 13:22:46 +0000 |
commit | 822005d36ad721c2203a5bff990210fa33afee34 (patch) | |
tree | c52fc101bf683a8e617de33839445befff691cf1 /h-source/Application/Controllers/SearchController.php | |
parent | 75be1868c47b7b9455eef65a7b1e33e447e61ee5 (diff) |
improved search page
Diffstat (limited to 'h-source/Application/Controllers/SearchController.php')
-rw-r--r-- | h-source/Application/Controllers/SearchController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/SearchController.php b/h-source/Application/Controllers/SearchController.php index a65ba62..1b35a09 100644 --- a/h-source/Application/Controllers/SearchController.php +++ b/h-source/Application/Controllers/SearchController.php @@ -221,6 +221,7 @@ class SearchController extends BaseController $data['flag'] = $flag; $data['table'] = array(); + $data['notFoundDevices'] = array(); if ($flag) { |