Browse Source

modified: system/includes/functions.php - missing ;

pull/558/head
mieszkou 3 years ago
parent
commit
eefb60612a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -200,7 +200,7 @@ function rebuilt_cache($type)
if (is_array($tmp)) {
foreach ($tmp as $file) {
if(strpos($file, '/draft/') === false) {
$posts_cache_sorted[] = array_merge(pathinfo($file), ['content' => preg_replace('/\s+/', '', (file_get_contents($file)))])
$posts_cache_sorted[] = array_merge(pathinfo($file), ['content' => preg_replace('/\s+/', '', (file_get_contents($file)))]);
}
}
}


Loading…
Cancel
Save