From: Brion Vibber Date: Tue, 7 Dec 2004 18:43:25 +0000 (+0000) Subject: * (bug 1018) Some pages fail with stub threshold enabled X-Git-Tag: 1.5.0alpha1~1133 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=ecc602d0e80cc86e66e6129b1e3d09bf5e1c660d;p=lhc%2Fweb%2Fwiklou.git * (bug 1018) Some pages fail with stub threshold enabled --- diff --git a/includes/Skin.php b/includes/Skin.php index 4f3d0fe0e6..c114af13cd 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1405,7 +1405,6 @@ class Skin { if ( $s->cur_is_redirect OR $s->cur_namespace != 0 ) { $size = $threshold*2 ; # Really big } - $dbr->freeResult( $res ); } else { $size = $threshold*2 ; # Really big }