Minor changes.

This commit is contained in:
Lars Jung
2015-05-14 01:27:32 +02:00
parent 9637c89b1b
commit fe5723f75d

View File

@@ -14,7 +14,7 @@ class Fallback {
if (!$path) { if (!$path) {
$path = $this->context->get_current_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 = []; $cache = [];
$folder = Item::get($this->context, $path, $cache); $folder = Item::get($this->context, $path, $cache);