added comments to document smartblock functions and added new options to permit datetime based select fields
This commit is contained in:
parent
e3f52ad968
commit
0b80a429b3
3 changed files with 64 additions and 5 deletions
|
@ -555,6 +555,7 @@ class PlaylistController extends Zend_Controller_Action
|
|||
if ($form->isValid($params)) {
|
||||
$this->setPlaylistNameDescAction();
|
||||
$bl->saveSmartBlockCriteria($params['data']);
|
||||
// Logging::info($params['data']);
|
||||
|
||||
$this->createUpdateResponse($bl);
|
||||
$this->view->result = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue