- Patch #531444 by sivaji: fixed broken link.

merge-requests/26/head
Dries Buytaert 2009-07-30 21:46:47 +00:00
parent 1cb77e4622
commit b902f9b516
1 changed files with 1 additions and 1 deletions

View File

@ -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))));
}
}