r109442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109441‎ | r109442 | r109443 >
Date:22:10, 18 January 2012
Author:maxsem
Status:ok
Tags:geodata 
Comment:
Fixed output to XML (stabstabstab)
Modified paths:
  • /trunk/extensions/GeoData/ApiQueryGeoSearch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/GeoData/ApiQueryGeoSearch.php
@@ -123,6 +123,10 @@
124124 $resultPageSet->processDbRow( $row );
125125 }
126126 }
 127+ if ( is_null( $resultPageSet ) ) {
 128+ $result->setIndexedTagName_internal(
 129+ array( 'query', $this->getModuleName() ), $this->getModulePrefix() );
 130+ }
127131 }
128132
129133 public function getAllowedParams() {

Status & tagging log