Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
e2f8d8e0e7
6 changed files with 2713 additions and 5 deletions
|
@ -298,7 +298,6 @@ class PlaylistController extends Zend_Controller_Action
|
|||
$ids = $this->_getParam('ids');
|
||||
$ids = (!is_array($ids)) ? array($ids) : $ids;
|
||||
$afterItem = $this->_getParam('afterItem', null);
|
||||
$modified = $this->_getParam('modified');
|
||||
$type = $this->_getParam('obj_type');
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue