* fix the error when assignedto = closed.
This commit is contained in:
@@ -344,7 +344,7 @@ class story extends control
|
||||
$ccList = ltrim(',', $ccList);
|
||||
}
|
||||
|
||||
if($toList == '')
|
||||
if($toList == '' or $toList == 'closed')
|
||||
{
|
||||
if($ccList == '') return;
|
||||
if(strpos($ccList, ',') === false)
|
||||
|
||||
Reference in New Issue
Block a user