Merge branch 'nightly' into 'nightly'
fixes this issue: https://quitter.se/notice/4344600 See merge request !71
This commit is contained in:
commit
ad5d5f8054
@ -424,7 +424,11 @@ class File extends Managed_DataObject
|
|||||||
if (self::hashurl($url) !== $this->urlhash) {
|
if (self::hashurl($url) !== $this->urlhash) {
|
||||||
// For indexing purposes, in case we do a lookup on the 'url' field.
|
// 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
|
// also we're fixing possible changes from http to https, or paths
|
||||||
|
try {
|
||||||
$this->updateUrl($url);
|
$this->updateUrl($url);
|
||||||
|
} catch (ServerException $e) {
|
||||||
|
//
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return $url;
|
return $url;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user