diff --git a/system/includes/functions.php b/system/includes/functions.php index 06042be..11ee7b3 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1541,9 +1541,9 @@ function keyword_count($keyword) } } - $tmp = array_unique($tmp, SORT_REGULAR); - return count($tmp); - } + $tmp = array_unique($tmp, SORT_REGULAR); + return count($tmp); + } } // Return recent posts lists