Index: trunk/extensions/GeoData/ApiQueryGeoSearch.php |
— | — | @@ -123,6 +123,10 @@ |
124 | 124 | $resultPageSet->processDbRow( $row ); |
125 | 125 | } |
126 | 126 | } |
| 127 | + if ( is_null( $resultPageSet ) ) { |
| 128 | + $result->setIndexedTagName_internal( |
| 129 | + array( 'query', $this->getModuleName() ), $this->getModulePrefix() ); |
| 130 | + } |
127 | 131 | } |
128 | 132 | |
129 | 133 | public function getAllowedParams() { |