--- vocabindex.install 2008-06-18 18:10:37.000000000 +0200 +++ vocabindex.install.new 2008-07-27 21:38:45.000000000 +0200 @@ -30,7 +30,7 @@ vocabindex_create($vocs[$i]->vid); } - drupal_set_message(st('Vocabulary Index has been succesfully installed. Please proceed to the settings page and set up the permissions to get started.', array('!settings' => url(_vocabindex_menu_paths('admin_settings')), '!permissions' => url('/admin/user/permissions', array('fragment' => 'module-vocabindex'))))); + drupal_set_message(st('Vocabulary Index has been succesfully installed. Please proceed to the settings page and set up the permissions to get started.', array('!settings' => url(_vocabindex_menu_paths('admin_settings')), '!permissions' => url('admin/user/permissions', array('fragment' => 'module-vocabindex'))))); if(count(taxonomy_get_vocabularies()) == 0) { drupal_set_message(st('You have not yet got any vocabularies to create index pages for. You can create them at the Taxonomy page.', array('!link' => url(_vocabindex_menu_paths('taxonomy'))))); } }