Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r91 -r99 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 91) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 99) @@ -873,7 +873,7 @@ { $found=FALSE; - if(is_array($this->Items)) + if(is_array($this->Items) && count($this->Items) ) { for($x=0;$xItems);$x++) { @@ -885,6 +885,7 @@ } } } + if(!$found) { if($LoadFromDB)