* Fix an error.

This commit is contained in:
hufangzhou
2021-05-21 16:00:06 +08:00
parent 2e81e60f55
commit ab8a03d6d4
+1 -1
View File
@@ -78,7 +78,7 @@ class actionModel extends model
$action->execution = (int)$extra;
}
if($objectType == 'story' and strpos('reviewclosed,passreviewed,clarifyreviewed') !== false) $action->actor = 'System';
if($objectType == 'story' and strpos('ReviewClosed,PassReviewed,ClarifyReviewed', $actionType) !== false) $action->actor = 'System';
if($objectType == 'case' and (strpos(',linked2testtask,unlinkedfromtesttask,assigned,run,', ',' . $actionType . ',') !== false))
{