mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Fixed a misspelling of preferences on line 1288.
This commit is contained in:
parent
23896ff6f5
commit
d71a835b2d
@ -1879,7 +1879,7 @@
|
||||
$version = $db->f('app_version');
|
||||
unset($db);
|
||||
|
||||
$GLOBALS['phpgw_info']['user']['preferences'] = $GLOBALS['phpgw']->prefereces->create_email_preferences();
|
||||
$GLOBALS['phpgw_info']['user']['preferences'] = $GLOBALS['phpgw']->preferences->create_email_preferences();
|
||||
$sender = $GLOBALS['phpgw_info']['user']['preferences']['email']['address'];
|
||||
|
||||
$temp_tz_offset = $this->prefs['common']['tz_offset'];
|
||||
|
Loading…
Reference in New Issue
Block a user