summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-01-14 21:39:36 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-14 21:39:36 +0100
commit4b9890fefdef7ab96de92e1f7f7cc32fedd39c0e (patch)
treea8ae0de29a18c56071884e78516a7ca1e792fb06 /apps/files/templates
parentc0c42635465cc2731912f44d3f64eb64edfe77bb (diff)
downloadnextcloud-server-4b9890fefdef7ab96de92e1f7f7cc32fedd39c0e.tar.gz
nextcloud-server-4b9890fefdef7ab96de92e1f7f7cc32fedd39c0e.zip
Remove deprecated template functions from OCP directly
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files/templates')
-rw-r--r--apps/files/templates/simplelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php
index fdf882fa3fe..1dc927c9b59 100644
--- a/apps/files/templates/simplelist.php
+++ b/apps/files/templates/simplelist.php
@@ -30,7 +30,7 @@
<span class="selectedActions"><a href="" class="delete-selected">
<?php p($l->t('Delete'))?>
<img class="svg" alt=""
- src="<?php print_unescaped(OCP\image_path("core", "actions/delete.svg")); ?>" />
+ src="<?php print_unescaped(OCP\Template::image_path("core", "actions/delete.svg")); ?>" />
</a></span>
</th>
</tr>