From 6f296cdfc48fea3a1bf274de7aa8ef9775e0eb55 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 17 Oct 2012 20:15:05 +0200 Subject: [PATCH] Fixed href of -tag --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 857176e147..06fab53f87 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -452,7 +452,7 @@ class WCF { } else if (!$isDependentApplication) { // assign base tag - $this->getTPL()->assign('baseHref', $application->domainName . $application->domainPath); + $this->getTPL()->assign('baseHref', $application->getPageURL()); } // register application -- 2.20.1