Fixed method call
authorAlexander Ebert <ebert@woltlab.com>
Mon, 30 Jun 2014 23:17:42 +0000 (01:17 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 30 Jun 2014 23:17:42 +0000 (01:17 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index bc01e55fc01943cdd6dd7cf3d9612546578c571a..e40feb86476bee572947a32a9d3895b67d7f3019 100644 (file)
@@ -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);
        }
        
        /**