Line 169 of navigate.module has navigate_acknowledgetment(&$output); The & is not needed.
Attached is a patch to fix this. My editor cleaned up some whitespace in that file also that's why it is so large.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | pass_by_reference2.patch | 6.48 KB | redndahead |
| pass_by_reference1.patch | 6.36 KB | redndahead |
Comments
Comment #1
redndahead commentedHopefully I'm not killing too many kittens, but the function navigate_acknowlegement had an extra t in it. See where I copied and pasted above. This will fix this at the same time.
Comment #2
chrisshattuck commentedThanks, I've gone ahead and removed the function for now since I had it mostly commented out anyway.
Comment #3
chrisshattuck commented