mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix not shown/found custom images
This commit is contained in:
parent
4f7b6d6b0b
commit
d1dc372e8d
@ -95,7 +95,7 @@ egw.extend('images', egw.MODULE_GLOBAL, function()
|
||||
|
||||
// own instance specific images in vfs have the highest precedence
|
||||
tries.vfs = _name;
|
||||
if (typeof images.vfs !== 'undefined' && images.vfs[_name] === 'string')
|
||||
if (typeof images.vfs !== 'undefined' && typeof images.vfs[_name] === 'string')
|
||||
{
|
||||
return this.webserverUrl+images.vfs[_name];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user