diff --git a/settings/help.php b/settings/help.php index 62f10ade521e4..4846baafc7f54 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" );