fix call to Media->createQuestMedia()
This commit is contained in:
parent
6aaed84417
commit
8d612cbf2a
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@
|
|||
// Create Questmedia
|
||||
if(!is_null($questmedia))
|
||||
{
|
||||
$questsmediaId = $this->Quests->createQuestMedia(
|
||||
$questsmediaId = $this->Media->createQuestMedia(
|
||||
$this->Auth->getUserId(),
|
||||
$seminary['id'],
|
||||
$questmedia['name'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue