diff --git a/core/client/init.js b/core/client/init.js index c50019325f..2e7bab5538 100644 --- a/core/client/init.js +++ b/core/client/init.js @@ -45,9 +45,10 @@ Ghost.Validate.handleErrors = function () { _.each(Ghost.Validate._errors, function (errorObj) { + Ghost.notifications.addItem({ type: 'error', - message: errorObj.message, + message: errorObj.message || errorObj, status: 'passive' }); if (errorObj.hasOwnProperty('el')) {