From 134160363b81dc7645af03bec7239f496fa20832 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 1 Jul 2014 01:17:42 +0200 Subject: [PATCH] Fixed method call --- 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 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); } /** -- 2.20.1