diff --git a/root/portal/block/announcements.php b/root/portal/block/announcements.php index b4316ea1..ed780f1c 100644 --- a/root/portal/block/announcements.php +++ b/root/portal/block/announcements.php @@ -112,7 +112,7 @@ $fetch_news = phpbb_fetch_posts($portal_config['portal_global_announcements_foru if($announcement < 0) // Show the announcements overview { - $count = $fetch_news['topic_count'] + $count = $fetch_news['topic_count']; for ($i = 0; $i < $count; $i++) { if( isset($fetch_news[$i]['striped']) && $fetch_news[$i]['striped'] == true )