Hi Sardinha,
When I compared them, mine was missing this:
if( !is_numeric($catId) || (!is_numeric($itemId) && $itemId != null) ) {
return array() ;
However, after I added the code above, the site does not work. Blank page with this error code:
Parse error: syntax error, unexpected T_PUBLIC in /.../oc-includes/osclass/model/Field.php on line 149
Any idea?
hc.