Index: trunk/extensions/GeoData/GeoDataHooks.php |
— | — | @@ -176,7 +176,7 @@ |
177 | 177 | */ |
178 | 178 | public static function onLinksUpdate( &$linksUpdate ) { |
179 | 179 | global $wgUseDumbLinkUpdate; |
180 | | - $out = $linksUpdate->mParserOutput; |
| 180 | + $out = $linksUpdate->getParserOutput(); |
181 | 181 | $data = array(); |
182 | 182 | if ( isset( $out->geoData ) ) { |
183 | 183 | $geoData = $out->geoData; |