While testing some cvs_deploy / update_status integration stuff, I noticed that when my site thought it was running a stale version of core, the warning message on the admin pages just says:

See the available updates page for more information.

I tracked it down to a silly typo bug in update_status_requirements().

With this patch, you correctly see:

There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information.

Not sure why I'm even bothering to call this CNR, when it's clearly RTBC, but I figured I'd post it on the off chance Earl wants to look. ;)

Comments

dww’s picture

Status: Needs review » Fixed

Who am I kidding? This is obviously RTBC, so I just committed to DRUPAL-5--2.

dww’s picture

Project: Update Status » Drupal core
Version: 5.x-2.x-dev » 6.x-dev
Component: User interface » update.module
Status: Fixed » Needs review
StatusFileSize
new965 bytes

Whoops, turns out a similar typo is in core's update.module, too. :(

catch’s picture

Status: Needs review » Reviewed & tested by the community

UDPDATE lol.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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