mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 23:59:39 +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
2b5601d0c4
commit
ba4e912630
@ -635,7 +635,7 @@ class boetemplate extends soetemplate
|
|||||||
{
|
{
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
if($skip_empty && !isset($pos[$idx])) return false;
|
if($skip_empty && (!is_array($pos) || !isset($pos[$idx]))) return false;
|
||||||
$pos = &$pos[$idx];
|
$pos = &$pos[$idx];
|
||||||
}
|
}
|
||||||
return $pos;
|
return $pos;
|
||||||
|
Loading…
Reference in New Issue
Block a user