Fixed user preferences, they are now working with theme support again

This commit is contained in:
jengo 2001-02-08 05:15:23 +00:00
parent eac8fd0b93
commit 96d70f8d8a

View File

@ -113,7 +113,7 @@
} }
if ($update_session_info) { if ($update_session_info) {
$phpgw_info["user"]["preferences"] = $this->data; $phpgw_info["user"]["preferences"] = $this->data;
$phpgw->session->update_session_info(); $phpgw->session->save_repositories();
} }
return $this->data; return $this->data;
} }