added getAccountContainer()

This commit is contained in:
Roland Gruber 2007-10-03 19:18:07 +00:00
parent f8092e6cab
commit ce13d4eb07
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ abstract class baseModule {
* <br>"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);
}
/**