Index: trunk/phase3/index.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | |
58 | 58 | wfProfileOut( 'main-misc-setup' ); |
59 | 59 | |
60 | | -$action = $wgRequest->getVal( 'action' ); |
| 60 | +$action = $wgRequest->getVal( 'action', 'view' ); |
61 | 61 | |
62 | 62 | # Send Ajax requests to the Ajax dispatcher. |
63 | 63 | if( $wgUseAjax && $action == 'ajax' ) { |