CC-4273: Library: Open 'Edit Metadata' page and click 'Cancel' will cause an exception

-fixed
This commit is contained in:
denise 2012-08-29 17:01:55 -04:00
parent 3ff80fae14
commit a7427645d5
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class Application_Form_EditAudioMD extends Zend_Form
'ignore' => true,
'class' => 'ui-button ui-state-default ui-button-text-only md-cancel',
'label' => 'Cancel',
'onclick' => 'javascript:document.location.href = "/Playlist"',
'onclick' => 'javascript:document.location.href = "/Library"',
'decorators' => array(
'ViewHelper'
)