From 221ff92826af0354fe3d2ea00688c28356739255 Mon Sep 17 00:00:00 2001 From: nonmakina Date: Tue, 19 Jan 2021 22:39:29 -0600 Subject: [PATCH] local vars --- templates/themes/categories/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index 51d212d2..e83359b3 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -101,6 +101,7 @@ } $stats = []; + $unique = []; foreach (array_merge(... $config['boards']) as $uri) { $_board = getBoardInfo($uri);