CC-2553: Exception thrown

- fixed
This commit is contained in:
James 2011-07-15 17:35:16 -04:00
parent 3e6ca78253
commit 8f1e0a0767
2 changed files with 8 additions and 4 deletions

View file

@ -362,7 +362,7 @@ class ApiController extends Zend_Controller_Action
$tmpTitle = !(empty($show_name))?$show_name."-":"";
$tmpTitle .= $file->getName();
$file->setMetadataValue(MDATA_KEY_TITLE, $tmpTitle);
$file->setMetadataValue('MDATA_KEY_TITLE', $tmpTitle);
if (!$showCanceled && Application_Model_Preference::GetDoSoundCloudUpload())
{