Resolved gh-262 by adding more fixes to the count function around JCB

This commit is contained in:
2018-04-13 17:33:04 +02:00
parent 694612aff9
commit c53716b811
33 changed files with 33 additions and 33 deletions

View File

@ -265,7 +265,7 @@ class ComponentbuilderTableLanguage extends JTable
}
}
// check if there are any view values remaining
if (count($_result))
if (count( (array) $_result))
{
$_result = json_encode($_result);
$_result = array($_result);