diff --git a/core/client/routes/debug.js b/core/client/routes/debug.js index 11dd1478f5..d7f5d5f2fd 100644 --- a/core/client/routes/debug.js +++ b/core/client/routes/debug.js @@ -5,7 +5,9 @@ import loadingIndicator from 'ghost/mixins/loading-indicator'; var DebugRoute = AuthenticatedRoute.extend(styleBody, loadingIndicator, { classNames: ['settings'], - beforeModel: function () { + beforeModel: function (transition) { + this._super(transition); + var self = this; this.store.find('user', 'me').then(function (user) { if (user.get('isAuthor') || user.get('isEditor')) {