CC-4312: Smart Block: Please don't save the change of title when there is any warning after click 'Save'

-added in saving behaviour for regular playlists
This commit is contained in:
denise 2012-08-29 12:05:41 -04:00
parent 5effb253bf
commit 46a6a5fc30
1 changed files with 2 additions and 0 deletions

View File

@ -466,6 +466,8 @@ class PlaylistController extends Zend_Controller_Action
$result['html'] = $this->view->render($viewPath);
$result['result'] = 1;
}
} else if ($params['type'] == 'playlist') {
$this->setPlaylistNameDescAction();
}
$result["modified"] = $this->view->modified;