Merge pull request #5070 from baogechen/master

This commit is contained in:
Hannah Wolfe 2015-04-03 20:25:45 +01:00
commit 0a780de2bb

View File

@ -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 () {