mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
egw_open wants the whole registry
This commit is contained in:
parent
6e103c4c1b
commit
08cb4581ee
@ -89,6 +89,11 @@ egw.extend('links', egw.MODULE_GLOBAL, function() {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (reg && typeof _name == 'undefined')
|
||||
{
|
||||
// No key requested, return the whole thing
|
||||
return reg;
|
||||
}
|
||||
return typeof reg[_name] == 'undefined' ? false : reg[_name];
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user