Index: trunk/phase3/index.php |
— | — | @@ -14,6 +14,11 @@ |
15 | 15 | $action = $wgRequest->getVal( 'action', 'view' ); |
16 | 16 | $title = $wgRequest->getVal( 'title' ); |
17 | 17 | |
| 18 | +$wgTitle = $mediaWiki->checkInitialQueries( $title,$action,$wgOut, $wgRequest, $wgContLang ); |
| 19 | +if ($wgTitle == NULL) { |
| 20 | + unset( $wgTitle ); |
| 21 | +} |
| 22 | + |
18 | 23 | # |
19 | 24 | # Send Ajax requests to the Ajax dispatcher. |
20 | 25 | # |
— | — | @@ -26,10 +31,6 @@ |
27 | 32 | exit; |
28 | 33 | } |
29 | 34 | |
30 | | -$wgTitle = $mediaWiki->checkInitialQueries( $title,$action,$wgOut, $wgRequest, $wgContLang ); |
31 | | -if ($wgTitle == NULL) { |
32 | | - unset( $wgTitle ); |
33 | | -} |
34 | 35 | |
35 | 36 | wfProfileOut( 'main-misc-setup' ); |
36 | 37 | |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -33,6 +33,7 @@ |
34 | 34 | * Running maintenance/parserTests.php with '--record' option, will now automaticly |
35 | 35 | tries to create its database tables. |
36 | 36 | * Made the PLURAL: parser function return singular on -1 per default. |
| 37 | +* Fixed up the AjaxSearch |
37 | 38 | |
38 | 39 | == Languages updated == |
39 | 40 | |