Posted by vangorra on July 9, 2007 at 6:20pm
Jump to:
| Project: | Membership types and registration modification |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | rconstantine |
| Status: | closed (fixed) |
Issue Summary
I noticed that there is an error thrown complaining about a variable in a foreach statement not being an array. This patch will solve that problem.
| Attachment | Size |
|---|---|
| nf_registration_mod.module.patch | 837 bytes |
Comments
#1
That's fine. I should have done that in the first place. The error should only be thown if pageroutes haven't yet been defined. Is that the case that you found? In other words, if the modules are all activated, and you browse to this module's admin pages, you'll get the error if you haven't already created your custom content types and formed pageroutes for them.
I'll add this a soon as I get a chance.
#2
Finally got to it.
#3