CC-84: Smart Playlists
- changed name of 'block' to 'smart playlist' on UI only
This commit is contained in:
parent
3df0f2d26e
commit
a828c46d32
4 changed files with 13 additions and 9 deletions
|
@ -219,7 +219,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
|
||||
$name = 'Untitled Playlist';
|
||||
if ($type == 'block') {
|
||||
$name = 'Untitled Smart Block';
|
||||
$name = 'Untitled Smart Playlist';
|
||||
}
|
||||
|
||||
$obj = new $objInfo['className']();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue