summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-18 21:32:10 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-18 21:32:10 +0000
commite614ac10346571239ea0f96881bde78d52ac3044 (patch)
tree8989e761d2cdfb2002c3db0e9d87f260406041fb /modules/system/system.install
parente0570581abfcb90dcd08fa2eb9d414815246df50 (diff)
downloadbrdo-e614ac10346571239ea0f96881bde78d52ac3044.tar.gz
brdo-e614ac10346571239ea0f96881bde78d52ac3044.tar.bz2
- Patch #103811 by kkaefer: replace %url with @url.
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 e93a5fb10..e2a6a2918 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2790,7 +2790,7 @@ function system_update_177() {
// Deleting is required, because _user_mail_text() checks for the existance of the variable.
variable_del('user_mail_'. $message_id);
$ret[] = array(
- 'query' => strtr('The mail template %message_id has been reset to the default. The old template <a href="%url">has been saved</a>.', array('%message_id' => 'user_mail_'. $message_id, '%url' => url('admin/logs/event/'. $last->wid))),
+ 'query' => strtr('The mail template %message_id has been reset to the default. The old template <a href="@url">has been saved</a>.', array('%message_id' => 'user_mail_'. $message_id, '@url' => url('admin/logs/event/'. $last->wid))),
'success' => TRUE
);
}