[statistics] remove unused variable
This commit is contained in:
parent
e23e822dd6
commit
7b682bf246
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ class Statistics extends Extension
|
||||||
// Count changes made in each tag history and tally tags for users
|
// Count changes made in each tag history and tally tags for users
|
||||||
$tag_tally = [];
|
$tag_tally = [];
|
||||||
foreach ($tag_histories as $i => $image) {
|
foreach ($tag_histories as $i => $image) {
|
||||||
$first = true;
|
|
||||||
$prev = [];
|
$prev = [];
|
||||||
foreach ($image as $change) {
|
foreach ($image as $change) {
|
||||||
$curr = explode(' ', $change['tags']);
|
$curr = explode(' ', $change['tags']);
|
||||||
|
|
Reference in a new issue