CC-4860: Library -> Context Menu -> Can't download files
-fixed
This commit is contained in:
parent
1604e4a31c
commit
796099b413
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class LibraryController extends Zend_Controller_Action
|
|||
$menu["edit"] = array("name"=> _("Edit Metadata"), "icon" => "edit", "url" => $baseUrl."library/edit-file-md/id/{$id}");
|
||||
}
|
||||
|
||||
$url = $file->getRelativeFileUrl($baseUrl).'download/true';
|
||||
$url = $file->getRelativeFileUrl($baseUrl).'/download/true';
|
||||
$menu["download"] = array("name" => _("Download"), "icon" => "download", "url" => $url);
|
||||
} elseif ($type === "playlist" || $type === "block") {
|
||||
if ($type === 'playlist') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue