Revision: 46255
Author:   malafaya
Date:     2009-01-26 12:32:24 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
Reversal of RTL changes

Modified Paths:
--------------
    trunk/extensions/Wikidata/App.php

Modified: trunk/extensions/Wikidata/App.php
===================================================================
--- trunk/extensions/Wikidata/App.php   2009-01-26 11:35:22 UTC (rev 46254)
+++ trunk/extensions/Wikidata/App.php   2009-01-26 12:32:24 UTC (rev 46255)
@@ -209,9 +209,9 @@
        $wgRecordSetLanguage = 0;
        
        # malafaya: This is a hack to set page RTL according to user language 
prefs
-       global $wgLang, $wgContLang, $wgIsUserRtl;
-       $wgIsUserRtl = $wgLang->isRTL();
-       $wgContLang = $wgLang;  // Set page contents language the same as user 
language (it will only affect RTL header)
+#      global $wgLang, $wgContLang, $wgIsUserRtl;
+#      $wgIsUserRtl = $wgLang->isRTL();
+#      $wgContLang = $wgLang;  // Set page contents language the same as user 
language (it will only affect RTL header)
 
        return true;
 }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to