Index: trunk/extensions/MobileFrontend/MobileFrontend.php |
— | — | @@ -206,7 +206,7 @@ |
207 | 207 | return true; // Let the redirect happen |
208 | 208 | } else { |
209 | 209 | if ( $title->getNamespace() == NS_SPECIAL ) { |
210 | | - list( $name, $subpage ) = SpecialPageFactory::resolveAlias( $title->getDBkey() ); |
| 210 | + list( $name, $subpage ) = SpecialPage::resolveAlias( $title->getDBkey() ); |
211 | 211 | if ( $name ) { |
212 | 212 | $title = SpecialPage::getTitleFor( $name, $subpage ); |
213 | 213 | } |