mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #2387 fatal error when loading old layout cache file
This commit is contained in:
parent
5f662530e0
commit
bb9239d12c
1 changed files with 1 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ class LayoutModel extends Layout
|
|||
|
||||
if(file_exists($cache_file) && filemtime($cache_file) > filemtime($xml_file))
|
||||
{
|
||||
$layout_info = new stdClass;
|
||||
include($cache_file);
|
||||
|
||||
if($layout_info->extra_var && $vars)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue