lint: fix php
parent
f75b68baaf
commit
99baf691e9
|
@ -90,9 +90,9 @@ class PageController extends Controller
|
||||||
|
|
||||||
// Extra translations
|
// Extra translations
|
||||||
if (\OCA\Memories\Util::recognizeIsEnabled($this->appManager)) {
|
if (\OCA\Memories\Util::recognizeIsEnabled($this->appManager)) {
|
||||||
// Auto translation for tags
|
// Auto translation for tags
|
||||||
Util::addTranslations('recognize');
|
Util::addTranslations('recognize');
|
||||||
}
|
}
|
||||||
|
|
||||||
$response = new TemplateResponse($this->appName, 'main');
|
$response = new TemplateResponse($this->appName, 'main');
|
||||||
$response->setContentSecurityPolicy(self::getCSP());
|
$response->setContentSecurityPolicy(self::getCSP());
|
||||||
|
|
Loading…
Reference in New Issue