bugfix: missed that emailadmin.bo while doing the class rename

This commit is contained in:
Klaus Leithoff 2008-06-09 06:23:53 +00:00
parent 9bd973dbb9
commit 01c02fe075

View File

@ -26,7 +26,7 @@
}
if (@file_exists('../emailadmin/inc/class.emailadmin_bo.inc.php') && $GLOBALS['egw_setup']->table_exist(array('egw_emailadmin')) || true)
{
$emailadmin = new emailadmin.bo(-1,false); // false=no session stuff
$emailadmin = new emailadmin_bo(-1,false); // false=no session stuff
if (is_object($emailadmin))
{
$emailadmin->setDefaultProfile($settings);