Index: getid3.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/getid3/getid3.module,v retrieving revision 1.5.2.3 diff -u -p -r1.5.2.3 getid3.module --- getid3.module 26 Nov 2009 01:18:49 -0000 1.5.2.3 +++ getid3.module 26 Nov 2009 01:24:14 -0000 @@ -16,7 +16,7 @@ function getid3_requirements($phase) { $requirements['getid3']['value'] = check_plain(getid3_get_version()); $getid3_demos_path = getid3_get_path() .'/../demos'; if (file_exists($getid3_demos_path)) { - $requirements['getid3']['description'] = $t("Your getID3 library is insecure! The demos distributed with getID3 contains code which creates a huge security hole. Remove the demos directory (%path) from beneth Drupal's directory.", array('%path' => realpath($getid3_demos_path))); + $requirements['getid3']['description'] = $t("Your getID3 library is insecure! The demos distributed with getID3 contains code which creates a huge security hole. Remove the demos directory (%path) from beneath Drupal's directory.", array('%path' => realpath($getid3_demos_path))); $requirements['getid3']['severity'] = REQUIREMENT_ERROR; } } @@ -130,7 +130,7 @@ function getid3_admin_settings() { // so we recommend that the user delete it. $getid3_demos_path = getid3_get_path() .'/../demos'; if (file_exists($getid3_demos_path)) { - drupal_set_message(t("Your getID3 library is insecure! The demos distributed with getID3 contains code which creates a huge security hole. Remove the demos directory (%path) from beneth Drupal's directory.", array('%path' => realpath($getid3_demos_path))), 'error'); + drupal_set_message(t("Your getID3 library is insecure! The demos distributed with getID3 contains code which creates a huge security hole. Remove the demos directory (%path) from beneath Drupal's directory.", array('%path' => realpath($getid3_demos_path))), 'error'); } } $form['getid3_show_warnings'] = array(