fix media config for Character groups quests
This commit is contained in:
parent
4aa2a379b0
commit
92ce598ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@
|
||||||
// Get file
|
// Get file
|
||||||
$file = $this->getMediaFile(
|
$file = $this->getMediaFile(
|
||||||
$media,
|
$media,
|
||||||
\nre\configs\AppConfig::$media['charactergroupquest']
|
\nre\configs\AppConfig::$media['charactergroupsquest']
|
||||||
);
|
);
|
||||||
if(is_null($file)) {
|
if(is_null($file)) {
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue