set the correct language tag expected by JS (typo fix)

This commit is contained in:
Andras Timar 2017-01-18 10:16:34 +01:00
Родитель b565415e1c
Коммит e5eb15cbc5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {