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()

CommentFileSizeAuthor
#1 tvi-strict_warn_116-1927768.patch960 byteswebevt

Comments

webevt’s picture

Status: Active » Needs review
StatusFileSize
new960 bytes

Besides 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.

Berni86’s picture

patch #1 tested and working well! Repair correctly: warning: Creating default object from empty value in tvi_load_settings()

duaelfr’s picture

Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Status: Needs review » Fixed

Thank 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.