Closed (fixed)
Project:
Registrar API
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 May 2009 at 01:26 UTC
Updated:
23 May 2009 at 14:40 UTC
Jump to comment: Most recent file
I just downloaded and installed this module. Tried to go to the settings page and I get a PHP Fatal Error:
PHP Fatal error: Function name must be a string in /web/sites/all/modules/registrar_api/registrar_api.module on line 113
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix_fatal.patch | 701 bytes | tom friedhof |
Comments
Comment #1
tom friedhof commentedHere is a patch to fix the fatal error. I removed the variable variable and converted it to two lines of code.
Comment #2
hadsie commentedThanks Tom!
Actually I think doing the += on the form is also a bad idea. I've changed it to use an array_merge as well. I've committed the fix to CVS now.