forked from extern/egroupware
fixed a typo
This commit is contained in:
parent
12eadfe4fe
commit
807fd5ff1f
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user