From edb9999a7d74582f989f0372e04678b4fc7cb8dd Mon Sep 17 00:00:00 2001 From: Michael Save Date: Wed, 23 Jan 2013 12:48:23 +1100 Subject: [PATCH] I'm dumb --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index 05ddc998..90e0bf16 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -1510,7 +1510,7 @@ function buildThread($id, $return=false, $mod=false) { if ($config['cache']['enabled'] && !$mod) { // Clear cache 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}"); }