r6558 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r6557‎ | r6558 | r6559 >
Date:18:43, 7 December 2004
Author:vibber
Status:old
Tags:
Comment:
* (bug 1018) Some pages fail with stub threshold enabled
Modified paths:
  • /trunk/phase3/includes/Skin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Skin.php
@@ -1405,7 +1405,6 @@
14061406 if ( $s->cur_is_redirect OR $s->cur_namespace != 0 ) {
14071407 $size = $threshold*2 ; # Really big
14081408 }
1409 - $dbr->freeResult( $res );
14101409 } else {
14111410 $size = $threshold*2 ; # Really big
14121411 }

Status & tagging log