From 3ef93d16db37e1101782a43a1c5a24f32eda6de0 Mon Sep 17 00:00:00 2001 From: skeeter Date: Fri, 29 Dec 2000 03:49:29 +0000 Subject: [PATCH] small fixes for new users and group edits --- phpgwapi/inc/phpgw.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/phpgw.inc.php b/phpgwapi/inc/phpgw.inc.php index 808fe59729..8184ea1f0f 100644 --- a/phpgwapi/inc/phpgw.inc.php +++ b/phpgwapi/inc/phpgw.inc.php @@ -184,7 +184,7 @@ include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_".$phpgw_info["server"]["account_repository"].".inc.php"); include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_shared.inc.php"); $this->auth = new auth; - $this->preferences = new preferences(); + $this->preferences = new preferences(0); $this->preferences->preferences = $phpgw_info["user"]["preferences"]; $this->preferences->account_id = $phpgw_info["user"]["account_id"];