Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-01-10 08:38:19 +0400
committerChristian Weiske <cweiske@cweiske.de>2014-02-12 00:05:37 +0400
commitffbf513f6729cd5e8e9c7463bdb3a1dc53812b91 (patch)
treea21fa155712e851de105d4a8c048ce499434bf5b /user_external
parent8a39a78c003b5b5ce135204d9322a279212eb901 (diff)
remove superfluous class path definition
Diffstat (limited to 'user_external')
-rw-r--r--user_external/appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/user_external/appinfo/app.php b/user_external/appinfo/app.php
index 63387eda1..b7ae10251 100644
--- a/user_external/appinfo/app.php
+++ b/user_external/appinfo/app.php
@@ -1,5 +1,4 @@
<?php
-OC::$CLASSPATH['OCA\user_external\Base']='user_external/lib/base.php';
OC::$CLASSPATH['OC_User_IMAP']='user_external/lib/imap.php';
OC::$CLASSPATH['OC_User_SMB']='user_external/lib/smb.php';
OC::$CLASSPATH['OC_User_FTP']='user_external/lib/ftp.php';