Skip to content
Snippets Groups Projects
Commit 8e0668ed authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #11691 TIME 2 pb merge data without edit document

parent 2568c167
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,7 @@ foreach ($customs as $custom) { ...@@ -181,6 +181,7 @@ foreach ($customs as $custom) {
$tbs = new clsTinyButStrong(); $tbs = new clsTinyButStrong();
$tbs->NoErr = true; $tbs->NoErr = true;
$tbs->Protect = false;
$tbs->PlugIn(TBS_INSTALL, OPENTBS_PLUGIN); $tbs->PlugIn(TBS_INSTALL, OPENTBS_PLUGIN);
$tbs->LoadTemplate($pathToDocument, OPENTBS_ALREADY_UTF8); $tbs->LoadTemplate($pathToDocument, OPENTBS_ALREADY_UTF8);
......
...@@ -44,6 +44,7 @@ class MergeController ...@@ -44,6 +44,7 @@ class MergeController
$tbs = new \clsTinyButStrong(); $tbs = new \clsTinyButStrong();
$tbs->NoErr = true; $tbs->NoErr = true;
$tbs->Protect = false;
$tbs->PlugIn(TBS_INSTALL, OPENTBS_PLUGIN); $tbs->PlugIn(TBS_INSTALL, OPENTBS_PLUGIN);
if (!empty($args['path'])) { if (!empty($args['path'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment