forked from GithubBackups/vichan
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,
|
||||
);
|
||||
|
||||
if ($config['cache']['enabled'])
|
||||
cache::set("post_clean_{$board['uri']}_{$this->id}", $this->clean);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user