From 8f2be548b3ccc343e29004657b900680a2a61dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 2 Dec 2007 16:43:59 +0000 Subject: #196775 by dww: constant name typo caused Drupal to not inform people properly when a stale version of Drupal core was running --- modules/update/update.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update') 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: -- cgit v1.2.3