Updated library so I can play a song.
This commit is contained in:
parent
6ff24bd1fd
commit
dd3b7afff2
2 changed files with 3 additions and 3 deletions
|
@ -90,8 +90,8 @@ class LibraryController extends Zend_Controller_Action
|
|||
}
|
||||
|
||||
$menu["edit"] = array("name"=> "Edit Metadata", "icon" => "edit", "url" => "/library/edit-file-md/id/{$id}");
|
||||
|
||||
if ($user->isAdmin()) {
|
||||
|
||||
if ($user->isAdmin()) {
|
||||
$menu["del"] = array("name"=> "Delete", "icon" => "delete", "url" => "/library/delete");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue