fix bug #095
This commit is contained in:
@@ -374,7 +374,7 @@ class story extends control
|
||||
$ccList = substr($ccList, $commaPos + 1);
|
||||
}
|
||||
}
|
||||
elseif($toList = 'closed')
|
||||
elseif($toList == 'closed')
|
||||
{
|
||||
$toList = $story->openedBy;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user