mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-05 18:34:39 +03:00
Merge pull request #5070 from baogechen/master
This commit is contained in:
commit
0a780de2bb
@ -110,7 +110,7 @@ User = ghostBookshelf.Model.extend({
|
||||
protocols: ['http', 'https']})) {
|
||||
options.website = 'http://' + options.website;
|
||||
}
|
||||
return options;
|
||||
return ghostBookshelf.Model.prototype.format.call(this, options);
|
||||
},
|
||||
|
||||
posts: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user