diff --git a/inc/databap.php b/inc/databap.php index 26904ce..f7e8b97 100755 --- a/inc/databap.php +++ b/inc/databap.php @@ -743,6 +743,7 @@ class Databap extends PhpObject $asPost['width'] = $asResult['width']; $asPost['height'] = $asResult['height']; } + else $asPost['error'] = $asResult['error']; return $asPost; }