Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -1398,7 +1398,7 @@ |
1399 | 1399 | $action = $this->getAction(); |
1400 | 1400 | |
1401 | 1401 | |
1402 | | - if ( $action === 'edit' ){// || $action === 'history' ) { |
| 1402 | + if ( $action === 'edit' || $action === 'history' ) { |
1403 | 1403 | return false; |
1404 | 1404 | } |
1405 | 1405 | |