set the correct language tag expected by JS (typo fix)
This commit is contained in:
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…
x
Reference in New Issue
Block a user