summaryrefslogtreecommitdiffstats
path: root/apps/files_archive
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-01 20:03:41 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-01 20:03:41 +0200
commit1a2bbd2ee49db8ec2c83b87718c943f47f91be28 (patch)
treec0f4cd83c6864728f4710566b929f48ef3168852 /apps/files_archive
parent254b8b95065b4e2f27a8d2620f26bef65269957b (diff)
downloadnextcloud-server-1a2bbd2ee49db8ec2c83b87718c943f47f91be28.tar.gz
nextcloud-server-1a2bbd2ee49db8ec2c83b87718c943f47f91be28.zip
ported addSyript and other small stuff
Diffstat (limited to 'apps/files_archive')
-rwxr-xr-x[-rw-r--r--]apps/files_archive/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_archive/appinfo/app.php b/apps/files_archive/appinfo/app.php
index 67809ec980a..5d402b61ff7 100644..100755
--- a/apps/files_archive/appinfo/app.php
+++ b/apps/files_archive/appinfo/app.php
@@ -16,4 +16,4 @@ OC::$CLASSPATH['OC_Filestorage_Archive']='apps/files_archive/lib/storage.php';
OC_Hook::connect('OC_Filesystem','get_mountpoint','OC_Filestorage_Archive','autoMount');
-OC_Util::addScript( 'files_archive', 'archive' );
+OCP\Util::addscript( 'files_archive', 'archive' );