diff --git a/index.php b/index.php index 242146e48..200adb1a6 100644 --- a/index.php +++ b/index.php @@ -321,7 +321,7 @@ if ($bb_cfg['bt_show_dl_stat_on_index'] && !IS_GUEST) { // Latest news if ($bb_cfg['show_latest_news']) { - if (!$latest_news = $datastore->get('latest_news')) { + if (!$latest_news = $datastore->get('latest_news') and !$datastore->has('latest_news')) { $datastore->update('latest_news'); $latest_news = $datastore->get('latest_news'); }