diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-11-25 20:03:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 20:03:33 +0100 |
commit | 7f223397ef9124e8e69ac92ca38fcab2a27ad246 (patch) | |
tree | 2947ca4b914676588f3045b2b05cfe244ed85a95 | |
parent | 5a92c4649500d1e8cecb3c6735f14a05e63f5dbd (diff) | |
parent | 70cdae263dcf85c88ef87d8f77a213e74d1951c9 (diff) | |
download | nextcloud-server-7f223397ef9124e8e69ac92ca38fcab2a27ad246.tar.gz nextcloud-server-7f223397ef9124e8e69ac92ca38fcab2a27ad246.zip |
Merge pull request #18106 from nextcloud/revert-17642-backport/17578/stable15
Revert "[stable15] Load additional scripts on help page"
-rw-r--r-- | settings/help.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/help.php b/settings/help.php index 4846baafc7f..62f10ade521 100644 --- a/settings/help.php +++ b/settings/help.php @@ -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" ); |