--- mambo/branches/4.6/includes/core.classes.php 2007/03/03 22:04:15 1001 +++ mambo/branches/4.6/includes/core.classes.php 2007/03/16 12:10:37 1017 @@ -2041,7 +2041,7 @@ */ function check() { Global $mosConfig_absolute_path; - include $mosConfig_absolute_path . ('/language/english.php'); + //include $mosConfig_absolute_path . ('/language/english.php'); $this->_error = ''; if ($this->name == '') $this->_error = _REGWARN_NAME; elseif ($this->username == '') $this->_error = _REGWARN_UNAME;