From fe5723f75da74afad3c2e7e44ccb3bc648a17856 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 14 May 2015 01:27:32 +0200 Subject: [PATCH] Minor changes. --- src/_h5ai/backend/php/core/class-fallback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);