Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/directeditor.php')
-rw-r--r--lib/directeditor.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/directeditor.php b/lib/directeditor.php
index 87a7857..f7f694c 100644
--- a/lib/directeditor.php
+++ b/lib/directeditor.php
@@ -235,7 +235,9 @@ class DirectEditor implements IEditor {
"shareToken" => null,
"directToken" => $directToken,
"version" => 0,
- "inframe" => false
+ "isTemplate" => false,
+ "inframe" => false,
+ "anchor" => null
];
$response = new TemplateResponse($this->appName, "editor", $params, "base");