mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
No need to fail hard if unable to write cache file at the end
This commit is contained in:
parent
def6166c8e
commit
63fa80db82
1 changed files with 0 additions and 5 deletions
|
|
@ -297,11 +297,6 @@ class pageView extends page
|
|||
|
||||
// Write cache file.
|
||||
$success = Rhymix\Framework\Storage::write($cache_file, $content);
|
||||
if (!$success)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue