--- mambo/branches/4.6/includes/mambo.php 2006/01/06 03:18:28 111 +++ mambo/branches/4.6/includes/mambo.php 2006/01/06 05:54:35 112 @@ -590,6 +590,7 @@ $this->_config->multipage_toc = $mosConfig_multipage_toc; $this->_config->allowUserRegistration = $mosConfig_allowUserRegistration; $this->_config->error_reporting = $mosConfig_error_reporting; + $this->_config->mosConfig_register_globals = $mosConfig_register_globals; $this->_config->link_titles = $mosConfig_link_titles; $this->_config->list_limit = $mosConfig_list_limit; $this->_config->caching = $mosConfig_caching;