Fixes ACP Index without path components
authorAlexander Ebert <ebert@woltlab.com>
Sun, 30 Dec 2012 18:40:34 +0000 (19:40 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 30 Dec 2012 18:40:34 +0000 (19:40 +0100)
Fixes #1045

wcfsetup/install/files/lib/system/WCF.class.php

index 9444520ff2af07f2e539055b23076c10650a4b42..81e684e816545699e2777f6a50baa4d37af9e8f0 100644 (file)
@@ -678,7 +678,7 @@ class WCF {
                }
                $baseHref = self::getTPL()->get('baseHref');
                
-               return $baseHref . 'index.php' . $path . '#' . $fragment;
+               return $baseHref . FileUtil::removeLeadingSlash($path) . '#' . $fragment;
        }
        
        /**