Skip to content

Commit

Permalink
fix to be compatible with php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoDucou committed Dec 1, 2022
1 parent b148f7b commit 2e30b6a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1526,7 +1526,7 @@ public function build_learnpaths(
$assetAudio = new Asset(
$audioTitle,
'/document'.$obj_item->audio,
'/document'.$obj_item->audio,
'/document'.$obj_item->audio
);
$this->course->add_resource($assetAudio);
}
Expand Down

0 comments on commit 2e30b6a

Please sign in to comment.