From 63c97d4721c3869320d4c5c05ce8c8d66bec1fbf Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Sun, 26 Feb 2017 05:12:17 +0100
Subject: Incorrect comment corrected and function moved to another line.

---
 core/namespace/Application.php | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

(limited to 'core/namespace')

diff --git a/core/namespace/Application.php b/core/namespace/Application.php
index 39cb522..a43871e 100644
--- a/core/namespace/Application.php
+++ b/core/namespace/Application.php
@@ -93,13 +93,6 @@ class Application {
 		return "{$prot}://{$host}/{$base}{$more}";
 	}
 
-	#===============================================================================
-	# Return absolute root URL
-	#===============================================================================
-	public static function getAdminURL($more = ''): string {
-		return self::getURL("admin/{$more}");
-	}
-
 	#===============================================================================
 	# Return absolute post URL
 	#===============================================================================
@@ -128,6 +121,13 @@ class Application {
 		return self::getURL("rsrc/{$more}");
 	}
 
+	#===============================================================================
+	# Return absolute admin URL
+	#===============================================================================
+	public static function getAdminURL($more = ''): string {
+		return self::getURL("admin/{$more}");
+	}
+
 	#===============================================================================
 	# Return absolute template URL
 	#===============================================================================
-- 
cgit v1.2.3