Skip to content

Commit

Permalink
fix(form): bad expression to acess form name
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jun 12, 2020
1 parent db49e89 commit d7dda48
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 @@ -1809,7 +1809,7 @@ public function importJson($params = []) {
}
if (!$linker->linkPostponed()) {
Session::addMessageAfterRedirect(sprintf(__("Failed to import %s", "formcreator"),
$$form['name']));
$form['name']));
}
}
if ($success) {
Expand Down

0 comments on commit d7dda48

Please sign in to comment.