mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 17:28:41 +01:00
Fix no cache bug in display.php
This commit is contained in:
parent
cc30c90e57
commit
c473b5409c
@ -434,6 +434,7 @@ class Post {
|
|||||||
'clean_global_mod_id' => null,
|
'clean_global_mod_id' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($config['cache']['enabled'])
|
||||||
cache::set("post_clean_{$board['uri']}_{$this->id}", $this->clean);
|
cache::set("post_clean_{$board['uri']}_{$this->id}", $this->clean);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user