CC-84: Smart Playlists

- changed name of 'block' to 'smart playlist' on UI only
This commit is contained in:
denise 2012-07-26 13:16:29 -04:00
parent 3df0f2d26e
commit a828c46d32
4 changed files with 13 additions and 9 deletions

View file

@ -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']();