From 57c502427492a6c02ed0802acc8b858b25d880d5 Mon Sep 17 00:00:00 2001 From: skeeter Date: Thu, 8 Mar 2001 18:51:17 +0000 Subject: [PATCH] forgot to return the preferences array --- phpgwapi/inc/class.common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index 36478340af..e5ad23c470 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -853,6 +853,7 @@ { $prefs['email']['mail_server_type'] = 'nntp'; } + return $prefs; }