Closed (fixed)
Project:
Mass Contact
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 Aug 2010 at 21:23 UTC
Updated:
6 Sep 2010 at 17:00 UTC
The nodes created are unpublished by default. I can change the setting in content type to publish but the nodes are still unpublished. Am I doing something wrong?
Comments
Comment #1
oadaeh commentedNo. It seems as though that I have hard coded that. If you change line 1725 from
to
that should temporarily fix it for you. You might also want to comment out (with the "//") the next three lines as well.
I'll fix that permanently as soon as I finish what I'm currently working on.
Comment #2
oadaeh commentedI've committed the changes here: http://drupal.org/cvs?commit=410524 (5.x) and here: http://drupal.org/cvs?commit=410522 (6.x). I'll be including them in an official release soon.
Comment #3
dabro commentedThanks for the quick response, I'll check it out tomorrow, Dave
Comment #4
dabro commentedThat fixed the issue, thanks again for the response, Dave