forked from extern/egroupware
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (reg && typeof _name == 'undefined')
|
||||||
|
{
|
||||||
|
// No key requested, return the whole thing
|
||||||
|
return reg;
|
||||||
|
}
|
||||||
return typeof reg[_name] == 'undefined' ? false : reg[_name];
|
return typeof reg[_name] == 'undefined' ? false : reg[_name];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user