summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/namespace/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Application.php b/core/namespace/Application.php
index 2770a1a..5bcd724 100644
--- a/core/namespace/Application.php
+++ b/core/namespace/Application.php
@@ -133,7 +133,7 @@ class Application {
#===============================================================================
public static function getTemplateURL($more = ''): string {
$template = self::get('TEMPLATE.NAME');
- return Application::getURL("template/{$template}/{$more}");
+ return self::getURL("template/{$template}/{$more}");
}
#===============================================================================