We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e3536 commit 48dda4fCopy full SHA for 48dda4f
inc/targetticket.class.php
@@ -541,7 +541,7 @@ public function prepareInputForAdd($input) {
541
$input['source_rule'] = self::REQUESTSOURCE_SPECIFIC;
542
}
543
$input['source_question'] = 0;
544
- if ($input['source_rule'] == self::REQUESTTYPE_SPECIFIC) {
+ if ($input['source_rule'] == self::REQUESTSOURCE_SPECIFIC) {
545
$input['source_question'] = PluginFormcreatorCommon::getFormcreatorRequestTypeId();
546
547
return $input;
0 commit comments