The file with function definition is not included. The patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | rules-include_user_rules_inc-8.patch | 535 bytes | cafuego |
| rules-include_user_rules_inc.patch | 532 bytes | maximpodorov |
The file with function definition is not included. The patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | rules-include_user_rules_inc-8.patch | 535 bytes | cafuego |
| rules-include_user_rules_inc.patch | 532 bytes | maximpodorov |
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!