Signed-off-by: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
This commit is contained in:
Andreas Gruhler 2020-04-29 20:46:37 +02:00
Родитель 9befccea1e
Коммит 23dc10f9e7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -208,7 +208,7 @@ class WopiController extends Controller {
/**
* New approach for generating files from templates by creating an empty file
* and providing an URL which returns the actual templyte
* and providing an URL which returns the actual template
*/
if ($wopi->hasTemplateId()) {
$templateUrl = 'index.php/apps/richdocuments/wopi/template/' . $wopi->getTemplateId() . '?access_token=' . $wopi->getToken();