CC-84: Smart Playlists
- added 'Smart Block' filter in datatable - added block files to library datatable
This commit is contained in:
parent
1f3cbd8aba
commit
bef9ba1eea
9 changed files with 147 additions and 50 deletions
|
@ -94,7 +94,7 @@ class Application_Model_Block
|
|||
}
|
||||
} else {
|
||||
$this->block = new CcBlock();
|
||||
$this->block->setDbUTime("now", new DateTimeZone("UTC"));
|
||||
$this->block->setDbUTime(new DateTime("now", new DateTimeZone("UTC")));
|
||||
$this->block->save();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue