Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-01-18 12:16:34 +0300
committerAndras Timar <andras.timar@collabora.com>2017-01-18 12:16:34 +0300
commite5eb15cbc56baad720e1cc2a5a76346cc0368168 (patch)
tree7375c4394dd2e54e04e60531c75145db8fb40bee /lib
parentb565415e1c223afd690ce62aa9604aabe86b31a2 (diff)
set the correct language tag expected by JS (typo fix)
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/DocumentController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/DocumentController.php b/lib/Controller/DocumentController.php
index 43f1836a..70580962 100644
--- a/lib/Controller/DocumentController.php
+++ b/lib/Controller/DocumentController.php
@@ -239,7 +239,7 @@ class DocumentController extends Controller {
'fileid' => $info['fileid'] . '_' . $this->settings->getSystemValue('instanceid'),
'urlsrc' => $ret['urlsrc'],
'action' => $ret['action'],
- 'lolang' => $lolang;
+ 'lolang' => $lolang,
'data' => \OCA\Files\Helper::formatFileInfo($info)
);
} else {