From 6e329c3cefb6258d9a07d8d27ffe61f95ff7c96b Mon Sep 17 00:00:00 2001 From: Nieck Moorman Date: Mon, 25 Sep 2023 21:50:18 +0200 Subject: [PATCH] fix: use the right property --- Controller/H5PAJAXController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/H5PAJAXController.php b/Controller/H5PAJAXController.php index 6d6feb6..0c0b0aa 100644 --- a/Controller/H5PAJAXController.php +++ b/Controller/H5PAJAXController.php @@ -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 );