From 59d0b4402e4230f77140a41a29e9f43a39dc7cbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20H=C3=A4rtl?= Date: Thu, 17 Oct 2019 10:23:29 +0200 Subject: [PATCH] Load additional scripts on help page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- settings/help.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/settings/help.php b/settings/help.php index 62f10ade521..4846baafc7f 100644 --- a/settings/help.php +++ b/settings/help.php @@ -28,7 +28,10 @@ * */ +use OCP\AppFramework\Http\TemplateResponse; + OC_Util::checkLoggedIn(); +\OC::$server->getEventDispatcher()->dispatch(TemplateResponse::EVENT_LOAD_ADDITIONAL_SCRIPTS_LOGGEDIN); // Load the files we need OC_Util::addStyle( "settings", "settings" ); -- 2.39.5