Remove unnecessary include
This commit is contained in:
parent
e7f7693b2f
commit
e315384b4d
|
@ -39,7 +39,6 @@ class OC_OAuth {
|
|||
// Include the libraries
|
||||
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthServer.php');
|
||||
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthStore.php');
|
||||
require_once(OC::$THIRDPARTYROOT.'/3rdparty/oauth-php/library/OAuthRequestVerifier.php');
|
||||
// Initialise the OAuth store
|
||||
self::$store = OAuthStore::instance('Session');
|
||||
// Create the server object
|
||||
|
|
Loading…
Reference in New Issue