diff --git a/src/_h5ai/backend/php/core/class-fallback.php b/src/_h5ai/backend/php/core/class-fallback.php index 4c7469f9..812f3d9d 100644 --- a/src/_h5ai/backend/php/core/class-fallback.php +++ b/src/_h5ai/backend/php/core/class-fallback.php @@ -14,7 +14,7 @@ class Fallback { if (!$path) { $path = $this->context->get_current_path(); } - $fallback_images_href = $this->context->get_setup()->get('APP_HREF') . 'public/images/fallback/'; + $fallback_images_href = $this->context->get_setup()->get('PUBLIC_HREF') . 'images/fallback/'; $cache = []; $folder = Item::get($this->context, $path, $cache);