Typo in the themes

This commit is contained in:
Daniel Saunders 2018-11-23 02:45:50 -05:00
parent bc15dfa11b
commit e628931446
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
$categories = $config['categories'];
foreach ($categories as &$_boards) {
foreach ($_boards as &$board) {
foreach ($_boards as &$_board) {
$title = boardTitle($_board);
if (!$title)

View File

@ -55,7 +55,7 @@
$categories = $config['categories'];
foreach ($categories as &$_boards) {
foreach ($_boards as &$board) {
foreach ($_boards as &$_board) {
$title = boardTitle($_board);
if (!$title)