From: Mikael Nordfeldth Date: Thu, 19 Feb 2015 18:07:43 +0000 (+0100) Subject: function is hashurl, variable is urlhash X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c05e9b118cce484ab5a0b20b8e7138e6b02e17bf;p=quix0rs-gnu-social.git function is hashurl, variable is urlhash --- diff --git a/classes/File.php b/classes/File.php index 89dcf61cc5..a10403c49c 100644 --- a/classes/File.php +++ b/classes/File.php @@ -467,7 +467,7 @@ class File extends Managed_DataObject if (!empty($this->filename)) { // A locally stored file, so let's generate a URL for our instance. $url = self::url($this->filename); - if (self::urlhash($url) !== $this->urlhash) { + if (self::hashurl($url) !== $this->urlhash) { // For indexing purposes, in case we do a lookup on the 'url' field. // also we're fixing possible changes from http to https, or paths $this->updateUrl($url);