Closed (fixed)
Project:
Subscriptions
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2008 at 17:46 UTC
Updated:
4 Oct 2008 at 12:12 UTC
Just a small thing but if you changed this line in subscriptions_ui.module from
drupal_set_message(t('Enable the !module block <!link_tag_begin>here<!link_tag_end>!', array('!module' => 'Subscriptions', '!link_tag_begin' => 'a href="/admin/build/block"', '!link_tag_end' => '/a')), 'error');
to
drupal_set_message(t('Enable the !module block <!link_tag_begin>here<!link_tag_end>!', array('!module' => 'Subscriptions', '!link_tag_begin' => 'a href="'. url('admin/build/block') .'"', '!link_tag_end' => '/a')), 'error');
it would work for sites where the drupal install is not in the root directory.
Comments
Comment #1
jose reyero commentedNo idea what you're talking about, wrong module maybe?
Comment #2
alexpottYep Jose... you are correct... wrong module...doh! I've moved it to the correct project now - the Subscriptions project.
Comment #3
salvisCommitted to the -dev versions. Thanks!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.