diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 10:18:45 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-05 10:18:45 +0200 |
commit | 9bcc5c11a8785a567ded6c0e4ab3a40966785606 (patch) | |
tree | cb50df0695f11fb8132a35e214caa8cd211bb9a2 /apps/files_archive | |
parent | 4a89eb77c1732a49075d4f3f6a46ddaad10eef70 (diff) | |
download | nextcloud-server-9bcc5c11a8785a567ded6c0e4ab3a40966785606.tar.gz nextcloud-server-9bcc5c11a8785a567ded6c0e4ab3a40966785606.zip |
porting the hooks and starting with the templates
Diffstat (limited to 'apps/files_archive')
-rwxr-xr-x | apps/files_archive/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_archive/appinfo/app.php b/apps/files_archive/appinfo/app.php index 0b156ced277..67376c4a03a 100755 --- a/apps/files_archive/appinfo/app.php +++ b/apps/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' ); |