add error description in 9gag function

This commit is contained in:
lutranf
2014-12-23 14:49:13 +01:00
parent b61df2d1ea
commit 85b093aa7b

View File

@@ -743,6 +743,7 @@ class Databap extends PhpObject
$asPost['width'] = $asResult['width'];
$asPost['height'] = $asResult['height'];
}
else $asPost['error'] = $asResult['error'];
return $asPost;
}