1
0

Handle 201 Created. Part of the fix for ticket #1178.

This commit is contained in:
Bharat Mediratta 2010-07-24 06:39:36 -07:00
parent 33c1f8526a
commit 2d23f87e97

View File

@ -180,6 +180,7 @@ class Gallery3_Helper {
switch ($req->getResponseCode()) {
case 200:
case 201:
return json_decode($req->getResponseBody());
case 403: