Merge branch 'master' of dev.sourcefabric.org:airtime
This commit is contained in:
commit
403b08351c
|
@ -296,7 +296,7 @@ class ApiController extends Zend_Controller_Action
|
||||||
}
|
}
|
||||||
catch (Services_Soundcloud_Invalid_Http_Response_Code_Exception $e) {
|
catch (Services_Soundcloud_Invalid_Http_Response_Code_Exception $e) {
|
||||||
$code = $e->getHttpCode();
|
$code = $e->getHttpCode();
|
||||||
if($code != 0 || $code != 100) {
|
if(!in_array($code, array(0, 100))) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue