mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
commit
422e27a58d
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ User = ghostBookshelf.Model.extend({
|
|||
"?d=404",
|
||||
checkPromise = when.defer();
|
||||
|
||||
http.get(gravatarUrl, function (res) {
|
||||
http.get('http:' + gravatarUrl, function (res) {
|
||||
if (res.statusCode !== 404) {
|
||||
userData.image = gravatarUrl;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue