From 7b682bf246245f92fd059feae6e84bc373f90ade Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Fri, 3 May 2024 02:19:05 +0000 Subject: [PATCH] [statistics] remove unused variable --- ext/statistics/main.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/statistics/main.php b/ext/statistics/main.php index 18d56479..cfb77847 100644 --- a/ext/statistics/main.php +++ b/ext/statistics/main.php @@ -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']);