Closed (fixed)
Project:
AHAH helper
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 15:42 UTC
Updated:
1 Jun 2010 at 16:30 UTC
There is a single Call-time pass-by-reference error on line 255. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| ahah_helper.module.patch | 612 bytes | antgiant |
Comments
Comment #1
wulff commentedI have applied and tested the patch. Does what it says on the tin, i.e. gets rid of the call-time pass-by-reference warning.
Comment #2
burningdog commentedI've applied and tested the patch too - RTBC. This patch *must* be applied to 6.x-2.0 otherwise there's a nasty error as soon as the module is enabled, and on every page load after that.
Comment #3
AlexisWilke commentedRoger,
One year later it still hasn't been fixed! Isn't that weird?! Such an easy fix!
I ran in this one too.
Thank you.
Alexis Wilke
Comment #4
AlexisWilke commentedBtw, this is still true in the Feb 16, 2010 2.x-dev version, which is the one I downloaded.
By default PHP does not allow those & and you should have your PHP setup that way too when working on your Drupal modules.
Thank you.
Alexis Wilke
Comment #5
cristhian commentedPatch commited.