Do not set $fallback to false.
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 7 Jan 2007 17:38:48 +0000 (17:38 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 7 Jan 2007 17:38:48 +0000 (17:38 +0000)
languages/messages/MessagesBpy.php
languages/messages/MessagesEn.php

index fa81f48..7fb73a6 100644 (file)
@@ -5,7 +5,6 @@
  * @subpackage Language
  * @Author Uttam Singha, Dec 2006
  */
-$fallback = false;
 $rtl = false;
 $namespaceNames = array(
        NS_MEDIA        => 'মিডিয়া',
index 003c80f..9b607a1 100644 (file)
@@ -20,6 +20,9 @@
 /**
  * Fallback language, used for all unspecified messages and behaviour. This
  * is English by default, for all files other than this one.
+ *
+ * Do NOT set this to false in any other message file! Leave the line out to
+ * accept the default fallback to "en". 
  */
 $fallback = false;