Browse Source

Update dispatch.php

pull/674/head
danpros 1 year ago
parent
commit
8e2845879e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/dispatch.php

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

@ -407,7 +407,7 @@ function render($view, $locals = null, $layout = null)
if (config('cache.timestamp') == 'true') {
echo "\n" . '<!-- Cached page generated on '.date('Y-m-d H:i:s').' -->';
}
if (isset($filecache))
if (isset($cachefile))
file_put_contents($cachefile, ob_get_contents(), LOCK_EX);
}
echo trim(ob_get_clean());


Loading…
Cancel
Save