Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Module Integrations
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2013 at 07:37 UTC
Updated:
16 Apr 2014 at 21:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostAwesome! Just needs tests
Comment #2
lklimek commentedThis patch solves the issue for me. Thanks! :)
Comment #3
maximpodorov commented@andypost, why do you think this trivial patch requires testing?
Comment #4
drupov commentedPatch works against 2.6
Comment #5
sbrattla commentedWhy is this patch stuck?
It solves the issue for on 2.6.
Comment #6
maximpodorov commentedIf you think patch works, you can set this issue status to "Reviewed & tested by the community".
Comment #7
sbrattla commentedI believe this one is RTBC based on both others and my own testing.
Comment #8
cafuego commentedMoved the call to
module_load_include()to inside the first if() statement, so the code will run a bit more efficiently and will not load the included file if no email is going to be sent anyway.Updated patch (definitely passes local testing) attached.
Comment #9
maximpodorov commentedThe patches are functionally equivalent. So the maintainers can choose any one.
Comment #10
fagoThanks, committed.
Comment #11
joshuautley commentedWorked for my issue as well. Thank you!
Comment #12
jsibley commentedThis works for me. Thank you!