CC-2503: replacing UI_MDATA_KEY_TITLE with MDATA_KEY_TITLE

-fixed
This commit is contained in:
james 2011-07-04 10:00:37 -04:00
parent 6de8b09184
commit 75ea77e6a6
3 changed files with 2 additions and 5 deletions

View file

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