From: Alexander Ebert Date: Mon, 30 Jun 2014 23:17:42 +0000 (+0200) Subject: Fixed method call X-Git-Tag: 2.1.0_Alpha_1~641^2~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=134160363b81dc7645af03bec7239f496fa20832;p=GitHub%2FWoltLab%2FWCF.git Fixed method call --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index bc01e55fc0..e40feb8647 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -816,7 +816,7 @@ class WCF { * @return string */ public function getAutosavePrefix() { - return substr(sha1(preg_replace('~^https~', 'http', WCF::getPath())), 0, 8); + return substr(sha1(preg_replace('~^https~', 'http', self::getPath())), 0, 8); } /**