From b6c19d49965caece085e7ee0da9c619b14f19655 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 24 Jan 2007 09:26:41 +0000 Subject: Aktualisierung auf MediaWiki 1.9.1 --- index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 964770ee..e3b753fa 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,11 @@ OutputPage::setEncodings(); # Not really used yet $action = $wgRequest->getVal( 'action', 'view' ); $title = $wgRequest->getVal( 'title' ); +$wgTitle = $mediaWiki->checkInitialQueries( $title,$action,$wgOut, $wgRequest, $wgContLang ); +if ($wgTitle == NULL) { + unset( $wgTitle ); +} + # # Send Ajax requests to the Ajax dispatcher. # @@ -26,10 +31,6 @@ if ( $wgUseAjax && $action == 'ajax' ) { exit; } -$wgTitle = $mediaWiki->checkInitialQueries( $title,$action,$wgOut, $wgRequest, $wgContLang ); -if ($wgTitle == NULL) { - unset( $wgTitle ); -} wfProfileOut( 'main-misc-setup' ); -- cgit v1.2.2