From 85b093aa7b5d7c8f80b71768de837100e804f05a Mon Sep 17 00:00:00 2001 From: lutranf Date: Tue, 23 Dec 2014 14:49:13 +0100 Subject: [PATCH] add error description in 9gag function --- inc/databap.php | 1 + 1 file changed, 1 insertion(+) 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; }