CC-4604: Edit Metadata: DJ's cannot edit metadata on their own files

-fixed
This commit is contained in:
denise 2012-10-31 16:01:17 -04:00
parent dfd52eedf1
commit fc613aa597
3 changed files with 13 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<div class="ui-widget ui-widget-content block-shadow simple-formblock clearfix padded-strong">
<h2>Edit Metadata</h2>
<?php $this->form->setAction($this->url());
<?php //$this->form->setAction($this->url());
echo $this->form; ?>
</div>