Closed (fixed)
Project:
Signup
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 May 2009 at 16:25 UTC
Updated:
5 Aug 2009 at 22:10 UTC
I found a small bug in admin.signup_administration.inc line 104 - link to Mailing for custom signup node is incorrect,
instead of:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signup-broadcast", $options);
should be:
$op_links .= l(t('Signup broadcast'), "node/$signup_node->nid/signups/broadcast", $options);
Comments
Comment #1
dwwThanks. Just committed a fix to HEAD and DRUPAL-6--1. This will be out in 6.x-1.0-rc4 (hopefully in the next day or so).