mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +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
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue