Re-enable caching of the stats page
This commit is contained in:
@@ -6,6 +6,7 @@ class Comments
|
||||
{
|
||||
$q = kl_str_sql("update signature set has_comments=(select count(*) as count from comment where signature_id=!i) where id=!i", $id, $id);
|
||||
DBH::$db->query($q);
|
||||
Memc::flush();
|
||||
}
|
||||
|
||||
function addSignatureComment($id, $text)
|
||||
|
||||
Reference in New Issue
Block a user