mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix #785 excessive use of cache in SEO function
This commit is contained in:
parent
fb4dd4fddc
commit
f7d19ea47c
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@ class HTMLDisplayHandler
|
|||
}
|
||||
}
|
||||
}
|
||||
Rhymix\Framework\Cache::set("seo:document_images:$document_srl", $document_images, 0, true);
|
||||
Rhymix\Framework\Cache::set("seo:document_images:$document_srl", $document_images);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue