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-10-24 00:08:55 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2014-10-25 18:18:00 +0400
commit595b2fbf962b20c71b2ece67c46add57973fd18d (patch)
tree6e5637992db2bb5845570118c5d76aac590d246b /appinfo/app.php
parent128b8454cc9e8c13f7ca4c921f3be4477ea87ae1 (diff)
Migrate major controllers to appframework
Diffstat (limited to 'appinfo/app.php')
-rwxr-xr-xappinfo/app.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 331ceeef..a0bc023a 100755
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -35,9 +35,6 @@ OCP\App::addNavigationEntry(array(
);
OC::$CLASSPATH['OCA\Documents\Controller'] = 'documents/ajax/controller.php';
-OC::$CLASSPATH['OCA\Documents\DocumentController'] = 'documents/ajax/documentController.php';
-OC::$CLASSPATH['OCA\Documents\SessionController'] = 'documents/ajax/sessionController.php';
-OC::$CLASSPATH['OCA\Documents\UserController'] = 'documents/ajax/userController.php';
//Script for registering file actions
OCP\Util::addScript('documents', 'viewer/viewer');