mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
need to init apps too
This commit is contained in:
parent
dfc5a8222e
commit
13ad291696
@ -23,7 +23,7 @@ egw.extend('user', egw.MODULE_GLOBAL, function()
|
||||
*
|
||||
* @access: private, use egw.user(_field) or egw.app(_app)
|
||||
*/
|
||||
var userData = {};
|
||||
var userData = {apps: {}};
|
||||
|
||||
return {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user