diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-30 21:46:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-30 21:46:47 +0000 |
commit | b902f9b5162683e66294a2b7fa1771918c131edf (patch) | |
tree | 5d87eb7809861469578294c43499f9e48bd4ac3a /modules/php/php.install | |
parent | 1cb77e4622cc2c3992e8c2e96ff5f9e2130d482c (diff) | |
download | brdo-b902f9b5162683e66294a2b7fa1771918c131edf.tar.gz brdo-b902f9b5162683e66294a2b7fa1771918c131edf.tar.bz2 |
- Patch #531444 by sivaji: fixed broken link.
Diffstat (limited to 'modules/php/php.install')
-rw-r--r-- | modules/php/php.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/php/php.install b/modules/php/php.install index e2debe49f..7491d2c05 100644 --- a/modules/php/php.install +++ b/modules/php/php.install @@ -34,7 +34,7 @@ function php_install() { )) ->execute(); - drupal_set_message(t('A !php-code text format has been created.', array('!php-code' => l('PHP code', 'admin/settings/filter/' . $format)))); + drupal_set_message(t('A !php-code text format has been created.', array('!php-code' => l('PHP code', 'admin/settings/formats/' . $format)))); } } |