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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-08-04 21:51:50 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-08-04 21:51:50 +0400
commit7356dcfae3077ed6c15215492ad4941f046b3d0a (patch)
tree9097055dd355056407ee4b431ad070efb3c6f35c /appinfo/app.php
parentdfe26c9289c0599d7a746b795e828c29824de722 (diff)
Db_Session -> Db\Session
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index fc20cb43..80a11026 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -40,7 +40,6 @@ OC::$CLASSPATH['OCA\Documents\SessionController'] = 'documents/ajax/sessionContr
OC::$CLASSPATH['OCA\Documents\UserController'] = 'documents/ajax/userController.php';
OC::$CLASSPATH['OCA\Documents\Download_Simple'] = 'documents/lib/download/simple.php';
OC::$CLASSPATH['OCA\Documents\Download_Range'] = 'documents/lib/download/range.php';
-OC::$CLASSPATH['OCA\Documents\Db_Session'] = 'documents/lib/db/session.php';
OC::$CLASSPATH['OCA\Documents\Db_Member'] = 'documents/lib/db/member.php';
OC::$CLASSPATH['OCA\Documents\Db_Op'] = 'documents/lib/db/op.php';
OC::$CLASSPATH['OCA\Documents\Filter_Office'] = 'documents/lib/filter/office.php';