--- mambo/branches/4.6/includes/core.classes.php 2006/09/21 13:33:49 725 +++ mambo/branches/4.6/includes/core.classes.php 2006/09/21 18:17:17 726 @@ -2032,7 +2032,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;