Skip to content

Commit 2e18634

Browse files
committed
fix(targetticket): unable to set type
1 parent c92021e commit 2e18634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/targetticket.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ public function prepareInputForUpdate($input) {
618618
}
619619
}
620620

621-
if (isset($input['type_question'])) {
621+
if (isset($input['type_rule'])) {
622622
$input['type_question'] = '0';
623623
switch ($input['type_rule']) {
624624
case self::REQUESTTYPE_ANSWER:

0 commit comments

Comments
 (0)