Skip to content

Commit 49b70a1

Browse files
committed
refactor(issue): replace raw class name
1 parent 3e0666d commit 49b70a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/issue.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ public function getTicketsForDisplay($options) {
455455
$rows = $DB->request([
456456
'FROM' => Item_Ticket::getTable(),
457457
'WHERE' => [
458-
'itemtype' => 'PluginFormcreatorFormAnswer',
458+
'itemtype' => PluginFormcreatorFormAnswer::getType(),
459459
'items_id' => $item->getID() // $item is a PluginFormcreatorFormAnswer
460460
],
461461
'ORDER' => 'tickets_id ASC'

0 commit comments

Comments
 (0)