summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-13 20:40:09 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-13 20:40:09 +0000
commitdaedf71b7c1683a21df35e2f9d8660e89deeea62 (patch)
tree0dd29e1788ff6fa5c8415bf28dcc390429d15576 /modules/system/system.install
parentbddec37f6df0fdb9171ec826f6961517163934da (diff)
downloadbrdo-daedf71b7c1683a21df35e2f9d8660e89deeea62.tar.gz
brdo-daedf71b7c1683a21df35e2f9d8660e89deeea62.tar.bz2
- Patch #391412 by JamesAn et al: move contact form, post, and user settings below Site configuration.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 1c787f13f..fd383c765 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1727,7 +1727,7 @@ function system_update_6017() {
$ret[] = array('success' => TRUE, 'query' => "variable_set($new_name)");
$ret[] = array('success' => TRUE, 'query' => "variable_del($old_name)");
if ($old_name == 'user_mail_approval_body') {
- drupal_set_message('Saving an old value of the welcome message body for users that are pending administrator approval. However, you should consider modifying this text, since Drupal can now be configured to automatically notify users and send them their login information when their accounts are approved. See the <a href="' . url('admin/user/settings') . '">User settings</a> page for details.');
+ drupal_set_message('Saving an old value of the welcome message body for users that are pending administrator approval. However, you should consider modifying this text, since Drupal can now be configured to automatically notify users and send them their login information when their accounts are approved. See the <a href="' . url('admin/settings/user') . '">User settings</a> page for details.');
}
}
}