From e38d3ed0c779619c8260585f794931c8f55fdd54 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 21:30:52 +0200 Subject: Inconsistency in class method fixed. --- core/namespace/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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}"); } #=============================================================================== -- cgit v1.2.3