CC-4178: Smart Playlist: Cannot update the block's title
-fixed
This commit is contained in:
parent
b17cd2b3c9
commit
9930ffae35
|
@ -488,7 +488,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$obj = $this->getPlaylist($type);
|
||||
$obj->setName($name);
|
||||
$obj->setDescription($description);
|
||||
$this->view->description = $description();
|
||||
$this->view->description = $description;
|
||||
$this->view->playlistName = $name;
|
||||
$this->view->modified = $obj->getLastModified("U");
|
||||
} catch (PlaylistOutDatedException $e) {
|
||||
|
|
Loading…
Reference in New Issue