add support for moodpic sources and revamp moodpic integration a little bit

This commit is contained in:
oliver 2015-08-20 13:20:49 +02:00
commit 5cb60679e0
37 changed files with 271 additions and 292 deletions

View file

@ -121,7 +121,7 @@
public function getSeminaryMediaById($mediaId)
{
$data = $this->db->query(
'SELECT id, name, url, description, mimetype '.
'SELECT id, name, url, title, description, sourcelabel, sourceurl, mimetype '.
'FROM seminarymedia '.
'WHERE id = ?',
'i',