summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-07-03 15:18:19 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-07-04 10:11:55 +0200
commit6cfa016c39cb2ea9d4eae8966518643bb4925014 (patch)
treefcb43f217112a8a9ac4bb834635ff87421ddd0ad /apps
parent3c691c9ec9b659897f4dda3769da7049c1ed23a9 (diff)
downloadnextcloud-server-6cfa016c39cb2ea9d4eae8966518643bb4925014.tar.gz
nextcloud-server-6cfa016c39cb2ea9d4eae8966518643bb4925014.zip
add public api
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/templates/public.php2
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">