Browse Source

I'm dumb

pull/40/head
Michael Save 11 years ago
parent
commit
edb9999a7d
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1510,7 +1510,7 @@ function buildThread($id, $return=false, $mod=false) {
if ($config['cache']['enabled'] && !$mod) { if ($config['cache']['enabled'] && !$mod) {
// Clear cache // Clear cache
cache::delete("thread_index_{$board['uri']}_{$id}"); cache::delete("thread_index_{$board['uri']}_{$id}");
cache::delete("thread_index_{$board['uri']}_{$th['id']}_omitted"); cache::delete("thread_index_{$board['uri']}_{$id}_omitted");
cache::delete("thread_{$board['uri']}_{$id}"); cache::delete("thread_{$board['uri']}_{$id}");
} }

Loading…
Cancel
Save