diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-07-03 15:18:19 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-07-04 10:11:55 +0200 |
commit | 6cfa016c39cb2ea9d4eae8966518643bb4925014 (patch) | |
tree | fcb43f217112a8a9ac4bb834635ff87421ddd0ad /apps | |
parent | 3c691c9ec9b659897f4dda3769da7049c1ed23a9 (diff) | |
download | nextcloud-server-6cfa016c39cb2ea9d4eae8966518643bb4925014.tar.gz nextcloud-server-6cfa016c39cb2ea9d4eae8966518643bb4925014.zip |
add public api
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/templates/public.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index e1cb35c2c1c..56ed4ca168e 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -2,7 +2,7 @@ <div id="notification" style="display: none;"></div> </div> -<?php $defaults = new OC_Defaults(); // initialize themable default strings and urls ?> +<?php $defaults = new OCP\Defaults(); // initialize themable default strings and urls ?> <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> <input type="hidden" name="downloadURL" value="<?php p($_['downloadURL']) ?>" id="downloadURL"> |