fixed a typo

This commit is contained in:
Klaus Leithoff 2008-09-03 08:02:49 +00:00
parent 12eadfe4fe
commit 807fd5ff1f

View File

@ -95,7 +95,7 @@
function getPreferences() function getPreferences()
{ {
if(!is_a($this->profileData,'ea_preferences ')) { if(!is_a($this->profileData,'ea_preferences')) {
$imapServerTypes = $this->boemailadmin->getIMAPServerTypes(); $imapServerTypes = $this->boemailadmin->getIMAPServerTypes();
$profileData = $this->boemailadmin->getUserProfile('felamimail'); $profileData = $this->boemailadmin->getUserProfile('felamimail');
@ -190,4 +190,4 @@
parent::setProfileActive($GLOBALS['egw_info']['user']['account_id'], $_status); parent::setProfileActive($GLOBALS['egw_info']['user']['account_id'], $_status);
} }
} }
?> ?>