Localisation updates for core and extension messages from translatewiki.net
[lhc/web/wiklou.git] / includes / RawPage.php
index ddb91fb..6a552a5 100644 (file)
@@ -151,7 +151,7 @@ class RawPage {
        }
 
        function getRawText() {
-               global $wgUser, $wgOut;
+               global $wgOut, $wgUser;
                if( $this->mGen ) {
                        $sk = $wgUser->getSkin();
                        if( !StubObject::isRealObject( $wgOut ) ) {