mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 18:00:15 +01:00
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');
|
||||||
|
Loading…
Reference in New Issue
Block a user