Merge branch '2.3.x' into 2.3.x-saas
Conflicts: airtime_mvc/application/controllers/PreferenceController.php
This commit is contained in:
commit
c398ce930b
17 changed files with 190 additions and 117 deletions
|
@ -8,6 +8,7 @@ if ($item['type'] == 2) {
|
|||
$bl= new Application_Model_Block($item['item_id']);
|
||||
$staticBlock = $bl->isStatic();
|
||||
}
|
||||
$item["track_title"] = $this->escape($item["track_title"]);
|
||||
?>
|
||||
<li class="ui-state-default" id="spl_<?php echo $item["id"] ?>" unqid="<?php echo $item["id"]; ?>">
|
||||
<div class="list-item-container">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue