Index: trunk/extensions/SemanticMediaWiki/includes/SMW_RefreshTab.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | $content_actions['purge'] = array( |
30 | 30 | 'class' => false, |
31 | 31 | 'text' => wfMsg( 'smw_purge' ), |
32 | | - 'href' => $skin->mTitle->getLocalUrl( 'action=purge' ) |
| 32 | + 'href' => $skin->getTitle()->getLocalUrl( 'action=purge' ) |
33 | 33 | ); |
34 | 34 | } |
35 | 35 | return true; // always return true, in order not to stop MW's hook processing! |