Skip to content

Commit

Permalink
fix: use the right property
Browse files Browse the repository at this point in the history
  • Loading branch information
nieck committed Sep 25, 2023
1 parent 909df63 commit 6e329c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/H5PAJAXController.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function libraryCallback(Request $request)
$request->get('majorVersion'),
$request->get('minorVersion'),
$locale,
$this->serviceh5poptions->getOption('storage_dir'),
$this->h5POptions->getOption('storage_dir'),
'',
$locale
);
Expand Down

0 comments on commit 6e329c3

Please sign in to comment.