File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1174,7 +1174,7 @@ public function __construct($webRoot, \OC\Config $config) {
11741174 $ classExists = false ;
11751175 }
11761176
1177- if ($ classExists && $ c ->get (\OCP \IConfig::class)->getSystemValueBool ('installed ' , false ) && $ c ->get (IAppManager::class)->isInstalled ('theming ' ) && $ c ->getTrustedDomainHelper ( )->isTrustedDomain ($ c ->getRequest ()->getInsecureServerHost ())) {
1177+ if ($ classExists && $ c ->get (\OCP \IConfig::class)->getSystemValueBool ('installed ' , false ) && $ c ->get (IAppManager::class)->isInstalled ('theming ' ) && $ c ->get (TrustedDomainHelper::class )->isTrustedDomain ($ c ->getRequest ()->getInsecureServerHost ())) {
11781178 $ imageManager = new ImageManager (
11791179 $ c ->get (\OCP \IConfig::class),
11801180 $ c ->getAppDataDir ('theming ' ),
You can’t perform that action at this time.
0 commit comments