* fix a bug #640.

This commit is contained in:
wangyidong
2015-07-07 16:18:39 +08:00
parent 7c6747e7d2
commit 5378faf74d
+1 -1
View File
@@ -86,7 +86,7 @@
$actionLink = $this->createLink('story', 'batchEdit');
echo html::commonButton($lang->edit, "onclick=\"setFormAction('$actionLink')\"");
}
if($canBatchClose)
if($canBatchClose and $type != 'closedBy')
{
$actionLink = $this->createLink('story', 'batchClose');
echo html::commonButton($lang->close, "onclick=\"setFormAction('$actionLink')\"");