Index: profile_role.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/profile_role/profile_role.module,v
retrieving revision 1.1
diff -u -r1.1 profile_role.module
--- profile_role.module	4 Dec 2008 05:30:43 -0000	1.1
+++ profile_role.module	9 Dec 2008 03:20:05 -0000
@@ -16,7 +16,8 @@
   $items['admin/user/profile/manage'] = array(
     'title' => 'Manage',
     'description' => 'Manage profiles.',
-    'type' => MENU_DEFAULT_LOCAL_TASK
+    'type' => MENU_DEFAULT_LOCAL_TASK,
+    'file path' => drupal_get_path('module', 'profile')
   );
   $items['admin/user/profile/role'] = array(
     'title' => 'Role',
