Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -321,6 +321,10 @@ |
322 | 322 | if ( $shouldDisplayMobileView ) { |
323 | 323 | $redirect = $this->getMobileUrl( $redirect ); |
324 | 324 | } |
| 325 | + } else if ( $out->getTitle()->isSpecial( 'Search' ) ) { |
| 326 | + if ( $shouldDisplayMobileView ) { |
| 327 | + $redirect = $this->getMobileUrl( $redirect ); |
| 328 | + } |
325 | 329 | } |
326 | 330 | wfProfileOut( __METHOD__ ); |
327 | 331 | return true; |