Skip to content

Commit

Permalink
fix(question): duplication of condition
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 27, 2020
1 parent 788d1f1 commit f2d0432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/condition.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static function import(PluginFormcreatorLinker $linker, $input = [], $con
}
}
$input['plugin_formcreator_questions_id'] = $linked->getID();
$input['itemtype'] = $linked->getType();

// Add or update condition
$originalId = $input[$idKey];
Expand Down

0 comments on commit f2d0432

Please sign in to comment.