Hi
There's a small bug in the tvi.query.inc:116 file that leads to the issuing of strict warnings:
Strict warning: Only variables should be passed by reference in _tvi_get_xid()
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | tvi-strict_warn_116-1927768.patch | 960 bytes | webevt |
Comments
Comment #1
webevt commentedBesides there's a strict warning on tvi.query.inc:42:
Strict warning: Creating default object from empty value in tvi_load_settings()
Here's a patch for both errors.
Comment #2
Berni86 commentedpatch #1 tested and working well! Repair correctly: warning: Creating default object from empty value in tvi_load_settings()
Comment #3
duaelfrThank you for patching and reviewing.
This has been pushed to the dev branch.
PS : @WebEvt take care of your patch for the next time, use the --relative directive to avoid it to be generated from the root of your drupal project.