set the correct language tag expected by JS (typo fix)
This commit is contained in:
Родитель
b565415e1c
Коммит
e5eb15cbc5
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче