This commit is contained in:
fujia
2010-05-27 01:27:14 +00:00
parent 2a12ebc7b3
commit 09c4c9fd22

View File

@@ -374,7 +374,7 @@ class story extends control
$ccList = substr($ccList, $commaPos + 1);
}
}
elseif($toList = 'closed')
elseif($toList == 'closed')
{
$toList = $story->openedBy;
}