summaryrefslogtreecommitdiff
path: root/modules/php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-30 21:46:47 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-30 21:46:47 +0000
commitb902f9b5162683e66294a2b7fa1771918c131edf (patch)
tree5d87eb7809861469578294c43499f9e48bd4ac3a /modules/php
parent1cb77e4622cc2c3992e8c2e96ff5f9e2130d482c (diff)
downloadbrdo-b902f9b5162683e66294a2b7fa1771918c131edf.tar.gz
brdo-b902f9b5162683e66294a2b7fa1771918c131edf.tar.bz2
- Patch #531444 by sivaji: fixed broken link.
Diffstat (limited to 'modules/php')
-rw-r--r--modules/php/php.install2
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))));
}
}