aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-07-31 22:18:16 +0200
committerBart Visscher <bartv@thisnet.nl>2012-07-31 22:18:16 +0200
commitc2bdb5c71640567e0be3c2fc7e4d32af1469a55e (patch)
treef0cac3693600f41356a9c834a1d1e82b6ce57c93 /lib
parentfcf3dbcfc13888a795a85f54179dfd548b34d4aa (diff)
downloadnextcloud-server-c2bdb5c71640567e0be3c2fc7e4d32af1469a55e.tar.gz
nextcloud-server-c2bdb5c71640567e0be3c2fc7e4d32af1469a55e.zip
Fix require 3rdpartypath
Diffstat (limited to 'lib')
-rw-r--r--lib/oauth.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/oauth.php b/lib/oauth.php
index 98678d29110..09dbe4cc755 100644
--- a/lib/oauth.php
+++ b/lib/oauth.php
@@ -37,8 +37,8 @@ class OC_OAuth {
*/
private static function init(){
// Include the libraries
- require_once(OC::$SERVERROOT.'3rdparty/oauth-php/library/OAuthServer.php');
- require_once(OC::$SERVERROOT.'3rdparty/oauth-php/library/OAuthStore.php');
+ require_once(OC::$THIRDPARTYROOT.'3rdparty/oauth-php/library/OAuthServer.php');
+ require_once(OC::$THIRDPARTYROOT.'3rdparty/oauth-php/library/OAuthStore.php');
// Create the server object
self::$server = new OAuthServer();
// Initialise the OAuth store