mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
Do not display the "hidden" config category
This commit is contained in:
@@ -114,6 +114,7 @@ class ConfigsController extends AppController {
|
||||
} else {
|
||||
$categories = $this->Config->find('all', array(
|
||||
'fields' => array('DISTINCT Config.Category'),
|
||||
'conditions' => array('Config.Category !=' => 'hidden'),
|
||||
'recursive' => 0
|
||||
));
|
||||
$this->set(array(
|
||||
|
||||
Reference in New Issue
Block a user