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

pull/11/head
Andras Timar 7 years ago
parent b565415e1c
commit 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 {

Loading…
Cancel
Save