Merge pull request #18106 from nextcloud/revert-17642-backport/17578/stable15

Revert "[stable15] Load additional scripts on help page"
This commit is contained in:
Roeland Jago Douma 2019-11-25 20:03:33 +01:00 committed by GitHub
commit 7f223397ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,10 +28,7 @@
*
*/
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" );