diff --git a/module/action/model.php b/module/action/model.php index ba0adec481..3f17ddbbe7 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -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)) {