mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
07c02d6f91
It turned out to be a caching problem, as the cache of the accounts-class still contained a failed id2name resolution for the new account. This was caused by the session-restore with stored the cache in the global accounts object ($GLOBALS[egw]->accounts) too. Now the global cache is in the global account-object and all other account objects use just a reference to that cache. It get stored from common::egw_final by calling $GLOBALS[egw]->accounts->save_session_cache() in the session." |
||
---|---|---|
.. | ||
cron | ||
doc | ||
images | ||
inc | ||
js | ||
setup | ||
templates | ||
templatesSavant2/default | ||
tests | ||
addressbook.php |