diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index 2791c335d..10e8b763d 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -613,7 +613,8 @@ if(($kkk = $this->callHook('getFullSearchEngine')) && is_array($kkk)) --> getExtensionConfiguration() as $extname=>$extconf) { - echo ''.$extconf['title']." ● "; + if($extconf['config']) + echo ''.$extconf['title']." ● "; } foreach($extmgr->getExtensionConfiguration() as $extname=>$extconf) { if($this->hasHook('processConfig'))