diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-05-17 10:13:02 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-18 11:09:45 +0200 |
commit | 1caceea6c0fbd1dd9ccb24812f76c79e008c1dc1 (patch) | |
tree | 8668bbca6d9bb3dac036d062e1b71e5524c015e5 /lib/base.php | |
parent | 94cd83ca00c5dd77b168bb21c494ff4fd8434ebc (diff) | |
download | nextcloud-server-1caceea6c0fbd1dd9ccb24812f76c79e008c1dc1.tar.gz nextcloud-server-1caceea6c0fbd1dd9ccb24812f76c79e008c1dc1.zip |
Make the OCS endpoint handle the new OCS AppFramework routes
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 70fac6d707b..c915282cc7b 100644 --- a/lib/base.php +++ b/lib/base.php @@ -905,7 +905,7 @@ class OC { * @param OCP\IRequest $request * @return boolean */ - private static function handleLogin(OCP\IRequest $request) { + static function handleLogin(OCP\IRequest $request) { $userSession = self::$server->getUserSession(); if (OC_User::handleApacheAuth()) { return true; |