summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-02 16:43:59 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-02 16:43:59 +0000
commit8f2be548b3ccc343e29004657b900680a2a61dea (patch)
tree21f5fb02cd0ea2e2980657ee4391c73de08665a1 /modules/update
parent5b645d81e5cc67c8a4a7e2a10778ec2d0a293420 (diff)
downloadbrdo-8f2be548b3ccc343e29004657b900680a2a61dea.tar.gz
brdo-8f2be548b3ccc343e29004657b900680a2a61dea.tar.bz2
#196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index c2c929cb6..b194d14e3 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -196,7 +196,7 @@ function update_requirements($phase) {
$requirements['update_core']['value'] = t('Not secure! (version @version available)', array('@version' => $data['drupal']['recommended']));
$requirements['update_core']['severity'] = REQUIREMENT_ERROR;
$requirements['update_core']['reason'] = UPDATE_NOT_SECURE;
- $requirements['update_core']['description'] = _update_message_text('core', UDPDATE_NOT_SECURE, TRUE);
+ $requirements['update_core']['description'] = _update_message_text('core', UPDATE_NOT_SECURE, TRUE);
break;
default: