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:
Klaus Leithoff 2011-05-16 07:46:27 +00:00
parent 678d0ed937
commit dcb5a86aca

View File

@ -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;