Minor changes.
This commit is contained in:
parent
9637c89b1b
commit
fe5723f75d
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user