diff --git a/inc/functions.php b/inc/functions.php index 6029e68f..8d19bea0 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -621,7 +621,7 @@ $thread = new Thread($th['id'], $th['subject'], $th['email'], $th['name'], $th['trip'], $th['capcode'], $th['body'], $th['time'], $th['thumb'], $th['thumbwidth'], $th['thumbheight'], $th['file'], $th['filewidth'], $th['fileheight'], $th['filesize'], $th['filename'], $th['ip'], $th['sticky'], $th['locked'], $th['embed'], $mod ? '?/' : $config['root'], $mod); if($config['memcached']['enabled'] && !$mod) { - if($built = $memcached->get("theadindex_{$th['id']}")) { + if($built = $memcached->get("theadindex_{$board['uri']}_{$th['id']}")) { $body .= $built; continue; } @@ -657,7 +657,7 @@ $built = '