Skip to content

Commit 8cd6a02

Browse files
committed
fix(form): missing closing braacket
1 parent bdd1211 commit 8cd6a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inc/form.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,7 @@ public function post_updateItem($history = 1) {
14671467
$this->updateValidators();
14681468
if (!isset($this->input['_skip_checks']) || !$this->input['_skip_checks']) {
14691469
$this->updateConditions($this->input);
1470+
}
14701471

14711472
if (count($this->updates) < 1) {
14721473
// When updating conditions in the questions tab, need to clear saved inputs

0 commit comments

Comments
 (0)