mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-18 19:12:06 +02:00
Minor changes.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user