Check if server is installed
AppManager has a dependency on Nc being installed
This commit is contained in:
parent
27b699bdbc
commit
89e889c832
|
@ -620,7 +620,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
return $factory->getManager();
|
||||
});
|
||||
$this->registerService('ThemingDefaults', function(Server $c) {
|
||||
if($this->getAppManager()->isInstalled('theming')) {
|
||||
if($this->getConfig()->getSystemValue('installed', false) && $this->getAppManager()->isInstalled('theming')) {
|
||||
return new Template(
|
||||
$this->getConfig(),
|
||||
$this->getL10N('theming'),
|
||||
|
|
Loading…
Reference in New Issue