Index: branches/5.0.x/core/install.php =================================================================== diff -u -r12457 -r12559 --- branches/5.0.x/core/install.php (.../install.php) (revision 12457) +++ branches/5.0.x/core/install.php (.../install.php) (revision 12559) @@ -1,6 +1,6 @@ $password, 'Site_Path' => BASE_PATH.'/', // set Site_Path (for SSL & old in-portal code) 'Backup_Path' => FULL_PATH . $this->toolkit->getSystemConfig('Misc', 'WriteablePath') . DIRECTORY_SEPARATOR . 'backupdata', - 'Smtp_AdminMailFrom' => 'portal@' . $this->toolkit->getSystemConfig('Intechnic', 'Domain') + 'Smtp_AdminMailFrom' => 'portal@' . $this->toolkit->getSystemConfig('Misc', 'Domain') ); $this->toolkit->saveConfigValues($config_values);