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:
authorFrank Karlitschek <frank@owncloud.org>2012-05-05 12:18:45 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-05 12:18:45 +0400
commit67d6b286bd97c6162e2bb579397cae5a1903d751 (patch)
treee6ac1e4ee0dedd6c7788ff5ed49ef3dffd6f50d9 /files_archive
parentd1e51f58e6063750eadbb85671869d2c0d08602e (diff)
porting the hooks and starting with the templates
Diffstat (limited to 'files_archive')
-rwxr-xr-xfiles_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 0b156ced2..67376c4a0 100755
--- a/files_archive/appinfo/app.php
+++ b/files_archive/appinfo/app.php
@@ -8,6 +8,6 @@
OC::$CLASSPATH['OC_Filestorage_Archive']='apps/files_archive/lib/storage.php';
-OC_Hook::connect('OC_Filesystem','get_mountpoint','OC_Filestorage_Archive','autoMount');
+OCP\Util::connectHook('OC_Filesystem','get_mountpoint','OC_Filestorage_Archive','autoMount');
OCP\Util::addscript( 'files_archive', 'archive' );