mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 10:08:01 +02:00
need to init apps too
This commit is contained in:
@ -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 {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user