Skip to content
Snippets Groups Projects
Commit b902f9b5 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #531444 by sivaji: fixed broken link.

parent 1cb77e46
No related branches found
No related tags found
No related merge requests found
......@@ -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))));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment