* Fix bug#12376.

This commit is contained in:
qiyu-xie
2021-04-26 15:25:59 +08:00
parent c7a282cdd3
commit 09f16fe1b4
4 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -146,7 +146,7 @@
if(common::hasPriv('story', 'batchClose'))
{
$closeURL = $this->createLink('story', 'batchClose', "productID=$release->product");
$closeURL = $this->createLink('story', 'batchClose');
echo html::a("###", $lang->story->batchClose, '', "onclick='setFormAction(\"$closeURL\", \"\", this)' class='btn'");
}
?>