Localisation updates for core and extension messages from translatewiki.net (2009...
[lhc/web/wiklou.git] / index.php
index 4997f73..1cbba1e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -57,6 +57,7 @@ if( !is_null( $maxLag ) && !$mediaWiki->checkMaxLag( $maxLag ) ) {
 $action = $wgRequest->getVal( 'action', 'view' );
 $title = $wgRequest->getVal( 'title' );
 
+# Set title from request parameters
 $wgTitle = $mediaWiki->checkInitialQueries( $title, $action );
 if( $wgTitle === NULL ) {
        unset( $wgTitle );