No need to fail hard if unable to write cache file at the end

This commit is contained in:
Kijin Sung 2022-03-15 22:48:06 +09:00
parent def6166c8e
commit 63fa80db82

View file

@ -297,11 +297,6 @@ class pageView extends page
// Write cache file.
$success = Rhymix\Framework\Storage::write($cache_file, $content);
if (!$success)
{
return '';
}
return $content;
}