SAAS-951 - fix SoundCloud capitalization
This commit is contained in:
parent
ba38618235
commit
c5e7d6734e
2 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,6 @@ class LibraryController extends Zend_Controller_Action
|
|||
->addActionContext('delete-group', 'json')
|
||||
->addActionContext('context-menu', 'json')
|
||||
->addActionContext('get-file-metadata', 'html')
|
||||
->addActionContext('upload-file-soundcloud', 'json')
|
||||
->addActionContext('get-upload-to-soundcloud-status', 'json')
|
||||
->addActionContext('set-num-entries', 'json')
|
||||
->addActionContext('edit-file-md', 'json')
|
||||
->initContext();
|
||||
|
@ -275,7 +273,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
$menu["sep1"] = "-----------";
|
||||
|
||||
//create a sub menu for Soundcloud actions.
|
||||
$menu["soundcloud"] = array("name" => _("Soundcloud"), "icon" => "soundcloud", "items" => array());
|
||||
$menu["soundcloud"] = array("name" => _(SOUNDCLOUD), "icon" => "soundcloud", "items" => array());
|
||||
|
||||
$serviceId = $soundcloudService->getServiceId($id);
|
||||
if (!is_null($file) && $serviceId != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue