summaryrefslogtreecommitdiffstats
path: root/tools/convert-modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'tools/convert-modules.php')
-rw-r--r--tools/convert-modules.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/convert-modules.php b/tools/convert-modules.php
index f8c7a1a5..aa43d951 100644
--- a/tools/convert-modules.php
+++ b/tools/convert-modules.php
@@ -181,7 +181,6 @@ echo "Processing\n";
foreach ($messages as $id => $modules) {
asort($modules, SORT_NUMERIC);
$modules = array_reverse($modules, true);
- reset($modules);
$topModule = key($modules);
$topCount = $modules[$topModule];
$sum = 0;