Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -394,7 +394,7 @@ |
395 | 395 | wfProfileOut( __METHOD__ ); |
396 | 396 | return true; |
397 | 397 | } |
398 | | - if ( $action === 'edit' || |
| 398 | + if ( $action === 'edit' || $action === 'history' || |
399 | 399 | $mobileAction === 'view_normal_site' ) { |
400 | 400 | wfProfileOut( __METHOD__ ); |
401 | 401 | return true; |