While evaluating this module for a project I'm working on, I have noticed PHP warnings due to variable initialisation.
I'll provide a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2936771-php-notices-4.patch | 1.05 KB | chaps2 |
| #2 | 2936771-php-notices-1.patch | 509 bytes | berliner |
Comments
Comment #2
berliner commentedThe attached patch get's rid of the notices and warnings.
Comment #3
chaps2 commentedPatch applied and worked for me.
Added another guard for PHP notices.
Comment #4
chaps2 commentedAdded another guard for PHP notices.
Comment #6
rabbitlair commentedThank you folks, I merged the second patch, as it is more complete.