From: Alexander Ebert Date: Wed, 17 Oct 2012 18:15:05 +0000 (+0200) Subject: Fixed href of -tag X-Git-Tag: 2.0.0_Beta_1~854 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6f296cdfc48fea3a1bf274de7aa8ef9775e0eb55;p=GitHub%2FWoltLab%2FWCF.git Fixed href of -tag --- 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