1
0
Fork 0
mirror of https://github.com/Oreolek/oreolek.ru.git synced 2024-05-17 00:18:22 +03:00
This commit is contained in:
Alexander Yakovlev 2015-09-09 22:23:41 +07:00
parent 3a1473ab0e
commit 0ef15fec1f

View file

@ -77,7 +77,7 @@ class Controller_Post extends Controller_Layout {
if (!$is_admin)
{
$post_cached = $cache->get('post_'.$id);
if (!empty($post))
if (!empty($post_cached))
{
if ($cache->get('post_'.$id.'_changed') !== $latest_change)
{