diff --git a/system/includes/functions.php b/system/includes/functions.php index 1ed4241..794c283 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -331,6 +331,7 @@ function rebuilt_cache($type = null) // Rebuilt category slug index $dirc = array(); + $dirc = array_push($ctmp, 'uncategorized'); $dirc = array_unique($ctmp, SORT_REGULAR); file_put_contents('cache/index/index-category.txt', print_r(serialize($dirc), true), LOCK_EX);