Fix error on document editing page when using WOPI and assets_path (Bifrost#TT33306)
This commit is contained in:
parent
951f9f0efc
commit
8ff42df5e1
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ class kolab_files_engine
|
|||
|
||||
// editor requires additional arguments via POST
|
||||
if (!empty($this->file_data['viewer']['post'])) {
|
||||
$attrib['src'] = $this->rc->output->asset_url('program/resources/blank.gif');
|
||||
$attrib['src'] = 'program/resources/blank.gif';
|
||||
|
||||
$form_content = new html_hiddenfield();
|
||||
$form_attrib = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue