diff options
Diffstat (limited to 'apps/files_external/templates')
-rw-r--r-- | apps/files_external/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/templates/list.php b/apps/files_external/templates/list.php index 750bf1dae18..c2f68b9c5ba 100644 --- a/apps/files_external/templates/list.php +++ b/apps/files_external/templates/list.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> |