From 99baf691e95801bfb3f7a89a0bf1eb22924792b2 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Tue, 14 Feb 2023 10:33:32 -0800 Subject: [PATCH] lint: fix php --- lib/Controller/PageController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Controller/PageController.php b/lib/Controller/PageController.php index e3e12888..0c53ad02 100644 --- a/lib/Controller/PageController.php +++ b/lib/Controller/PageController.php @@ -90,9 +90,9 @@ class PageController extends Controller // Extra translations if (\OCA\Memories\Util::recognizeIsEnabled($this->appManager)) { - // Auto translation for tags - Util::addTranslations('recognize'); - } + // Auto translation for tags + Util::addTranslations('recognize'); + } $response = new TemplateResponse($this->appName, 'main'); $response->setContentSecurityPolicy(self::getCSP());