* Remove the unused "$storyID" local variable.

This commit is contained in:
liugang
2023-03-28 07:41:13 +00:00
parent 742d9fddd3
commit b634131c11
+1 -1
View File
@@ -970,7 +970,7 @@ class pivotModel extends model
/* Build status stat. */
$statusStat = array();
foreach($statuses as $storyID => $status)
foreach($statuses as $status)
{
if(!isset($statusStat[$status])) $statusStat[$status] = 0;
$statusStat[$status] += 1;