r101453 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101452‎ | r101453 | r101454 >
Date:07:19, 1 November 2011
Author:ning
Status:deferred
Tags:
Comment:
some bug fixing stuff
Modified paths:
  • /trunk/extensions/WikiObjectModel/includes/apis/WOM_OutputProcessor.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiObjectModel/includes/apis/WOM_OutputProcessor.php
@@ -260,6 +260,8 @@
261261 $wom->addToPageObjectSet( $parent );
262262 }
263263 $parent->insertObject( $query_res );
 264+ $query_res->setObjectID( 'output' . ( $tmp_id ++ ) );
 265+ $wom->addToPageObjectSet( $query_res );
264266 foreach ( $queries as $label => $vals ) {
265267 $vals = array_unique( $vals );
266268 foreach ( $vals as $val ) {

Status & tagging log