Smart Playlists: code cleanup
This commit is contained in:
parent
ae0d5d8598
commit
0d21d9a9af
2 changed files with 8 additions and 15 deletions
|
@ -534,7 +534,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$form->startForm($params['obj_id']);
|
||||
$bl = new Application_Model_Block($params['obj_id']);
|
||||
if ($form->isValid($params)) {
|
||||
$result = $bl->saveSmartBlockCriteria($params['data']);
|
||||
$bl->saveSmartBlockCriteria($params['data']);
|
||||
$result['html'] = $this->createFullResponse($bl, true);
|
||||
$result['result'] = 0;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue