From 9c4da9a13dd5a3e36e5194b0bfb42cf78d9f9ab9 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);