CC-4546: Library->Context view for playlist: It only displays "..." instead of Static smart block's name
-fixed
This commit is contained in:
parent
2fbd8e868b
commit
c95050c04c
|
@ -436,7 +436,7 @@ class PlaylistController extends Zend_Controller_Action
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$obj = $this->getPlaylist($type);
|
$obj = $this->getPlaylist($type);
|
||||||
$obj->setName($name);
|
$obj->setName(trim($name));
|
||||||
$obj->setDescription($description);
|
$obj->setDescription($description);
|
||||||
$this->view->description = $description;
|
$this->view->description = $description;
|
||||||
$this->view->playlistName = $name;
|
$this->view->playlistName = $name;
|
||||||
|
|
Loading…
Reference in New Issue