When calling token_update_token_text() from token.install to update Drupal 6 style tokens, the text remains Drupal 6 style tokens. This is because there is one closing bracket too much in the regex that is used to match the tokens.

Patch will follow.

Comments

megachriz’s picture

Status: Active » Needs review
StatusFileSize
new628 bytes

The attached patch removes the extra closing bracket.

dave reid’s picture

Version: 7.x-1.0-rc1 » 7.x-1.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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