diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 20:03:41 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-05-01 20:03:41 +0200 |
commit | 1a2bbd2ee49db8ec2c83b87718c943f47f91be28 (patch) | |
tree | c0f4cd83c6864728f4710566b929f48ef3168852 /apps/files_archive | |
parent | 254b8b95065b4e2f27a8d2620f26bef65269957b (diff) | |
download | nextcloud-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.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 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' ); |