Index: trunk/extensions/HTTPRedirect/HTTPRedirect.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | function efRedirectHook( Article &$article ) { |
21 | 21 | global $wgOut; |
22 | 22 | |
23 | | - $wgOut->redirect( $article->mTitle->escapeFullURL(), 302 ); |
| 23 | + $wgOut->redirect( $article->getTitle()->escapeFullURL(), 302 ); |
24 | 24 | |
25 | 25 | return false; |
26 | 26 | } |
\ No newline at end of file |