From ce13d4eb075051ac9fc9869e9193dd1749008112 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 3 Oct 2007 19:18:07 +0000 Subject: [PATCH] added getAccountContainer() --- lam/lib/baseModule.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index 6566bd7a..bdadf33b 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -580,7 +580,7 @@ abstract class baseModule { *
"modify" are attributes which have to been modified in LDAP entry */ function save_attributes() { - return $_SESSION[$this->base]->save_module_attributes($this->attributes, $this->orig); + return $this->getAccountContainer()->save_module_attributes($this->attributes, $this->orig); } /**