CC-2873: Soundcloud plugin doesn't log any error when there is an error
with soundcloud uploading through api controller - Changed constant names - added -1 constant
This commit is contained in:
parent
9cba129936
commit
1c652b6416
3 changed files with 5 additions and 4 deletions
|
@ -413,7 +413,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$this->setSoundCloudErrorCode($code);
|
||||
$this->setSoundCloudErrorMsg($msg);
|
||||
// setting sc id to -3 which indicates error
|
||||
$this->setSoundCloudFileId(SC_ERROR);
|
||||
$this->setSoundCloudFileId(SOUNDCLOUD_ERROR);
|
||||
if(!in_array($code, array(0, 100))) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue