Index: trunk/phase3/maintenance/refreshLinks.php |
— | — | @@ -196,8 +196,7 @@ |
197 | 197 | $wgTitle = Title::newFromID( $id ); |
198 | 198 | $dbw = wfGetDB( DB_MASTER ); |
199 | 199 | |
200 | | - $linkCache =& LinkCache::singleton(); |
201 | | - $linkCache->clear(); |
| 200 | + LinkCache::singleton()->clear(); |
202 | 201 | |
203 | 202 | if ( is_null( $wgTitle ) ) { |
204 | 203 | return; |