Fix filemanager document editor does not respect page size format

This commit is contained in:
Hadi Nategh
2016-07-25 18:29:19 +02:00
parent ecbb81819a
commit 693bf4d0a8
3 changed files with 5 additions and 5 deletions

View File

@ -629,7 +629,7 @@ function expose (widget)
egw.open_link(egw.link('/index.php', {
menuaction: 'filemanager.filemanager_ui.editor',
path: _value.download_url
}), '', '800x600');
}), '', egw.link_get_registry('filemanager','view_popup'));
}
});
}