can edit file metadata.
This commit is contained in:
parent
2a37140c4d
commit
0cf89713a9
6 changed files with 136 additions and 19 deletions
|
@ -92,15 +92,13 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$pl_id = $pl->create("Test Zend Auth");
|
||||
$pl->setPLMetaData('dc:creator', $userInfo->login);
|
||||
|
||||
//set this playlist as active id.
|
||||
$this->changePlaylist($pl_id);
|
||||
|
||||
$this->_helper->redirector('metadata');
|
||||
}
|
||||
|
||||
public function metadataAction()
|
||||
{
|
||||
|
||||
{
|
||||
$request = $this->getRequest();
|
||||
$form = new Application_Form_PlaylistMetadata();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue