diff --git a/trunk/module/story/control.php b/trunk/module/story/control.php index e0e7406038..cf6acdf40b 100644 --- a/trunk/module/story/control.php +++ b/trunk/module/story/control.php @@ -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)