The "Update" button value in the update wizard is t()ranslated. On the other hand, the case checks for 'Update' instead of t('Update') therefore causing an immediate return to the first page (default action).
Patch adds the missing t() call.

Comments

MarcoZ’s picture

Hi Flevour,
looks good on this end!
+1
Marco

MarcoZ’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new481 bytes

Sync'ed patch with head rev of update.php. I just did another test today, and it looks like this one is ready to go in.

dries’s picture

I think we should remove all t() functions from update.php. Goba had an update patch pending that is related to this one.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

I also encountered this problem, and was asked to submit a patch with some other update process related issues. My latest patch at http://drupal.org/node/41118 solves the t() problem, so the update starts on localized sites, as well as fixes some 4.5 -> 4.7 update problems, and introduces a favicon, so your watchdog update logs are not filled with errors. Please support that patch.