From b902f9b5162683e66294a2b7fa1771918c131edf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 30 Jul 2009 21:46:47 +0000 Subject: [PATCH] - Patch #531444 by sivaji: fixed broken link. --- modules/php/php.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/php/php.install b/modules/php/php.install index e2debe49fab..7491d2c05c2 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)))); } }