CC-2873: Use PHP constants
- done
This commit is contained in:
parent
b8c2c5dfb1
commit
e1fe877ac6
3 changed files with 6 additions and 2 deletions
|
@ -60,6 +60,6 @@ if(count($argv) != 2){
|
|||
$id = $argv[1];
|
||||
$file = Application_Model_StoredFile::Recall($id);
|
||||
// set id with -2 which is indicator for processing
|
||||
$file->setSoundCloudFileId(-2);
|
||||
$file->setSoundCloudFileId(SC_PROGRESS);
|
||||
$file->uploadToSoundCloud();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue