Skip to content

Commit 48dda4f

Browse files
committed
fix(targetticket): bad constant name
1 parent 52e3536 commit 48dda4f

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
@@ -541,7 +541,7 @@ public function prepareInputForAdd($input) {
541541
$input['source_rule'] = self::REQUESTSOURCE_SPECIFIC;
542542
}
543543
$input['source_question'] = 0;
544-
if ($input['source_rule'] == self::REQUESTTYPE_SPECIFIC) {
544+
if ($input['source_rule'] == self::REQUESTSOURCE_SPECIFIC) {
545545
$input['source_question'] = PluginFormcreatorCommon::getFormcreatorRequestTypeId();
546546
}
547547
return $input;

0 commit comments

Comments
 (0)