diff --git a/ghost/admin/app/controllers/editor.js b/ghost/admin/app/controllers/editor.js index 553dc39654..060366833c 100644 --- a/ghost/admin/app/controllers/editor.js +++ b/ghost/admin/app/controllers/editor.js @@ -468,7 +468,7 @@ export default class EditorController extends Controller { // new publishing flow sets the post status manually on publish this.set('post.status', status); - yield this.beforeSaveTask.perform(); + yield this.beforeSaveTask.perform(options); try { let post = yield this._savePostTask.perform(options);