mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fix for bug #1631 on Stylite tracker: no browsing/navigation in egws popup filenavigation used for image browsing for CK-Editor.
This commit is contained in:
parent
4ff5d3f6e3
commit
3cf986a5df
@ -635,7 +635,7 @@ class boetemplate extends soetemplate
|
||||
{
|
||||
return False;
|
||||
}
|
||||
if($skip_empty && !isset($pos[$idx])) return false;
|
||||
if($skip_empty && (!is_array($pos) || !isset($pos[$idx]))) return false;
|
||||
$pos = &$pos[$idx];
|
||||
}
|
||||
return $pos;
|
||||
|
Loading…
Reference in New Issue
Block a user