diff --git a/trunk/module/story/control.php b/trunk/module/story/control.php index bc17802824..0df4f8ccdb 100644 --- a/trunk/module/story/control.php +++ b/trunk/module/story/control.php @@ -374,7 +374,7 @@ class story extends control $ccList = substr($ccList, $commaPos + 1); } } - elseif($toList = 'closed') + elseif($toList == 'closed') { $toList = $story->openedBy; }