Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/decorators/ActionUrlDecorator.php')
-rw-r--r--src/decorators/ActionUrlDecorator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decorators/ActionUrlDecorator.php b/src/decorators/ActionUrlDecorator.php
index 31c1e3e2..26ecfc3c 100644
--- a/src/decorators/ActionUrlDecorator.php
+++ b/src/decorators/ActionUrlDecorator.php
@@ -41,6 +41,6 @@ class ActionUrlDecorator extends Decorator
}
}
- return self::SUBFOLDER . '/src/views/' . \str_replace('.php', '', $url);
+ return \containerInstance()->subFolder . '/src/views/' . \str_replace('.php', '', $url);
}
}