add Seminary media to list of Seminaries
This commit is contained in:
parent
8b8b3fd843
commit
979e9db2c2
3 changed files with 9 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
{
|
||||
// Get seminaries
|
||||
return $this->db->query(
|
||||
'SELECT id, created, created_user_id, title, url, description '.
|
||||
'SELECT id, created, created_user_id, title, url, description, media_id '.
|
||||
'FROM seminaries '.
|
||||
'ORDER BY created DESC'
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue