diff --git a/themes/bootstrap3/templates/channels/channelList.phtml b/themes/bootstrap3/templates/channels/channelList.phtml index 9ce1052565a578bc2ad2229b47d03d57ca317de1..83a2365cb55816166fb0c9d6084b153b9fdafd94 100644 --- a/themes/bootstrap3/templates/channels/channelList.phtml +++ b/themes/bootstrap3/templates/channels/channelList.phtml @@ -17,7 +17,7 @@ if (isset($current['contents'])) { $finalChannels[] = $current; $finalCount++; - } else if ($finalCount > 0 && isset($current['token'])) { + } elseif ($finalCount > 0 && isset($current['token'])) { $finalChannels[$finalCount - 1]['relatedTokens'][] = $current; } }