CC-4178: Smart Playlist: Cannot update the block's title
-fixed
This commit is contained in:
parent
b17cd2b3c9
commit
9930ffae35
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue