diff --git a/Classes/Utility/ApiUtility.php b/Classes/Utility/ApiUtility.php index bcd7745..f36dd0e 100644 --- a/Classes/Utility/ApiUtility.php +++ b/Classes/Utility/ApiUtility.php @@ -91,6 +91,7 @@ class ApiUtility if (gettype($methodResult) == 'string' || gettype($methodResult) == 'integer' || gettype($methodResult) == 'boolean' + || gettype($methodResult) == 'double' ) { $rowResult[$attributeName] = $methodResult; }