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:
authorKondou <kondou@ts.unde.re>2013-03-30 08:25:21 +0400
committerKondou <kondou@ts.unde.re>2013-03-30 08:25:21 +0400
commit197ab233ee830d2e88c2419411b53466b8e8a878 (patch)
treec7604092f4819a01ee350a5ace00a62ca28211fe /files_archive
parent4431199870299ad2bf4b334e96db496e27e0902c (diff)
Remove apps/ infront of includes.
Basically just a common-sense/human-powered s/apps\///g Should make multiapp-dir configs a bit easier.
Diffstat (limited to 'files_archive')
-rw-r--r--files_archive/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/files_archive/appinfo/app.php b/files_archive/appinfo/app.php
index a95e2425a..95638e1b6 100644
--- a/files_archive/appinfo/app.php
+++ b/files_archive/appinfo/app.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-OC::$CLASSPATH['OC\Files\Storage\Archive']='apps/files_archive/lib/storage.php';
+OC::$CLASSPATH['OC\Files\Storage\Archive']='files_archive/lib/storage.php';
OCP\Util::connectHook('OC_Filesystem','get_mountpoint','OC\Files\Storage\Archive','autoMount');