add support for moodpic sources and revamp moodpic integration a little bit
This commit is contained in:
parent
41f3ee0349
commit
5cb60679e0
37 changed files with 271 additions and 292 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue