* Remove the unused "$storyID" local variable.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user