CC-2591: Change function name

- done
- extra fix: fix was needed due to class name change
This commit is contained in:
James 2011-09-22 14:01:05 -04:00
parent 95a2c179c2
commit 965a649d0e
5 changed files with 14 additions and 14 deletions

View file

@ -59,7 +59,7 @@ if(count($argv) != 2){
}
$id = $argv[1];
$file = StoredFile::Recall($id);
$file = Application_Model_StoredFile::Recall($id);
// set id with -2 which is indicator for processing
$file->setSoundCloudFileId(-2);
$file->uploadToSoundCloud();