diff --git a/fp-includes/core/core.entry.php b/fp-includes/core/core.entry.php index 05b3784..24fbb0b 100755 --- a/fp-includes/core/core.entry.php +++ b/fp-includes/core/core.entry.php @@ -526,7 +526,7 @@ $categories = array(); - if (isset($fpdb->_categories)) { + if (!empty($fpdb->_categories)) { $categories = $fpdb->_categories; } else {