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 ed36952..8ab98ba 100644 --- a/h-source/Application/Controllers/GenericController.php +++ b/h-source/Application/Controllers/GenericController.php @@ -432,7 +432,7 @@ class GenericController extends BaseController $data['tree'] = $this->controller; - $this->mod->aWhere(array("deleted"=>"no")); + $this->mod->aWhere(array("deleted"=>"no","cleared"=>"no")); $this->mod->popupBuild(); $popup = $this->mod->popupArray; |