Made lang.php stop dying due to no strings installed for current language [experimental]
authorDan
Tue, 22 Jul 2008 17:01:42 -0500
changeset 654 18dbf386d356
parent 653 3ea1c552e734
child 655 b2c51a68209b
Made lang.php stop dying due to no strings installed for current language [experimental]
includes/lang.php
--- a/includes/lang.php	Tue Jul 22 17:00:54 2008 -0500
+++ b/includes/lang.php	Tue Jul 22 17:01:42 2008 -0500
@@ -161,11 +161,13 @@
         $this->merge($strings);
         $this->regen_caches(false);
       }
+      /*
       else
       {
         if ( !defined('ENANO_ALLOW_LOAD_NOLANG') )
           $db->_die('lang.php - No strings for language ' . $this->lang_code);
       }
+      */
     }
   }