summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-10-28 21:46:28 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2016-10-28 21:46:28 +0200
commit740659a04c28f8b2bfd9265d459dd3bca202300f (patch)
treed800c3896184bdfc00333f4067c4d567b8ab6d4b /apps/files_trashbin
parentf2cae3cee127220a5fde2726af8074837ee81ed1 (diff)
downloadnextcloud-server-740659a04c28f8b2bfd9265d459dd3bca202300f.tar.gz
nextcloud-server-740659a04c28f8b2bfd9265d459dd3bca202300f.zip
Move away from OC_L10N
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index 9ea8a9d14c4..c3f0304d408 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -1,4 +1,4 @@
-<?php /** @var $l OC_L10N */ ?>
+<?php /** @var $l \OCP\IL10N */ ?>
<div id="controls">
<div id="file_action_panel"></div>
</div>