summaryrefslogtreecommitdiffstats
path: root/ajax/selectfromcloud.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/selectfromcloud.php')
-rw-r--r--ajax/selectfromcloud.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/selectfromcloud.php b/ajax/selectfromcloud.php
index 37d8053cb..eae8f0a81 100644
--- a/ajax/selectfromcloud.php
+++ b/ajax/selectfromcloud.php
@@ -41,5 +41,5 @@ if(!file_exists($localpath)) {
if (file_put_contents($tmpfname, file_get_contents($localpath))) {
OCP\JSON::success(array('data' => array('tmp'=>$tmpfname, 'path'=>$localpath)));
} else {
- bailOut(bailOut('Couldn\'t save temporary image: '.$tmpfname));
+ bailOut($l->t('Couldn\'t save temporary image: ').$tmpfname);
}