need to init apps too

This commit is contained in:
Ralf Becker 2014-03-28 13:15:11 +00:00
parent dfc5a8222e
commit 13ad291696

View File

@ -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 {
/**