On line 275 of esi.module it appears to send a null variable to be altered, rather than the $components var that was just prepared.
Converting that to $components resolves this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | esi_alter.patch | 407 bytes | sclm |
On line 275 of esi.module it appears to send a null variable to be altered, rather than the $components var that was just prepared.
Converting that to $components resolves this issue.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | esi_alter.patch | 407 bytes | sclm |
Comments
Comment #1
sclm commentedAdding my patch (dropped on validation),.
Comment #2
bleen commented... I can confirm the RTBC
Comment #3
manarth commentedFixed and committed in f5d4066b313fa254b7f96b663ca4460eedd29d59 - thanks!