mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Fixed user preferences, they are now working with theme support again
This commit is contained in:
parent
eac8fd0b93
commit
96d70f8d8a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user