* (bug 1018) Some pages fail with stub threshold enabled
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Dec 2004 18:43:25 +0000 (18:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 7 Dec 2004 18:43:25 +0000 (18:43 +0000)
includes/Skin.php

index 4f3d0fe..c114af1 100644 (file)
@@ -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
                                        }