Merge pull request #17578 from nextcloud/stable17-help-about

[stable17] Load additional scripts on help page
This commit is contained in:
Roeland Jago Douma 2019-10-22 16:12:29 +02:00 committed by GitHub
commit 63fcd7733c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" );