mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -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']})) {
|
protocols: ['http', 'https']})) {
|
||||||
options.website = 'http://' + options.website;
|
options.website = 'http://' + options.website;
|
||||||
}
|
}
|
||||||
return options;
|
return ghostBookshelf.Model.prototype.format.call(this, options);
|
||||||
},
|
},
|
||||||
|
|
||||||
posts: function () {
|
posts: function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue