Index: trunk/extensions/DumpHTML/dumpHTML.inc |
— | — | @@ -785,8 +785,7 @@ |
786 | 786 | if ( is_null( $title ) ) { |
787 | 787 | return false; |
788 | 788 | } |
789 | | - $linkCache =& LinkCache::singleton(); |
790 | | - $linkCache->clear(); |
| 789 | + LinkCache::singleton()->clear(); |
791 | 790 | |
792 | 791 | $context = new RequestContext(); |
793 | 792 | $context->setRequest( new DumpFauxRequest( $title->getLocalUrl(), |