If there are prototype functions added to Array in JavaScript, there are undefined messages added to the page.

The Drupal.theme.prototype.statusMessages needs to add the following:

      if (!messages.hasOwnProperty(type)) {
        continue;
      }

Comments

  • Commit 6d5d6db on 7.x-2.x by Mark Carver:
    Issue #2271275 by Mark Carver: Messages sent back from server are not...
markhalliwell’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.