[statistics] remove unused variable

This commit is contained in:
discomrade 2024-05-03 02:19:05 +00:00 committed by Shish
parent e23e822dd6
commit 7b682bf246

View file

@ -104,7 +104,6 @@ class Statistics extends Extension
// Count changes made in each tag history and tally tags for users
$tag_tally = [];
foreach ($tag_histories as $i => $image) {
$first = true;
$prev = [];
foreach ($image as $change) {
$curr = explode(' ', $change['tags']);