mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #5070 from baogechen/master
This commit is contained in:
commit
0a780de2bb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue