Skip to content

Commit

Permalink
fix(form): import linker reset
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Dec 7, 2021
1 parent 5672acb commit 1003dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ public function importJson($params = []) {

$success = true;
foreach ($forms_toimport['forms'] as $form) {
$linker->current();
$linker->reset();
set_time_limit(30);
try {
self::import($linker, $form);
Expand Down

0 comments on commit 1003dc4

Please sign in to comment.