diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index ee88f2f5fa..26131755d7 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -1274,6 +1274,7 @@ */ function create_emailpreferences($prefs='',$accountid='') { + return $GLOBALS['phpgw']->preferences->create_email_preferences($accountid); // ---- Create the email Message Class if needed ----- if (is_object($GLOBALS['phpgw']->msg)) {