diff -r 3ea1c552e734 -r 18dbf386d356 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); } + */ } }