CC-2553: Exception thrown
- fixed
This commit is contained in:
parent
3e6ca78253
commit
8f1e0a0767
2 changed files with 8 additions and 4 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue