~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to lib/Controller/Playlist.php

  • Committer: Dan Garner
  • Date: 2015-11-20 14:18:04 UTC
  • mfrom: (454.3.22)
  • Revision ID: git-v1:140e411ecd1777e5e9a27bf4326db2d8f947d534
Merge pull request #125 from dasgarner/upgrader

Upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
        if (!$this->getUser()->checkEditable($playlist))
303
303
            throw new AccessDeniedException();
304
304
 
 
305
        Log::debug(var_export($this->getApp()->request()->params(), true));
 
306
 
305
307
        // Expect a list of mediaIds
306
308
        $media = Sanitize::getIntArray('media');
307
309