Closed (fixed)
Project:
LimeSurvey Sync
Version:
7.x-1.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2014 at 21:52 UTC
Updated:
15 Feb 2014 at 12:36 UTC
Jump to comment: Most recent
Apparently just a ugly warning with no consequence. Whenever a survey node is deleted in Drupal this shows up abundantly:
Notice: Undefined property: stdClass::$nid em ls_answ_clean_delete_answer() (line 1653 of /srv/www/domain.com/public_html/sites/all/modules/limesurvey_sync/ls_answ/ls_answ.inc).
Comments
Comment #1
thedut commentedThank you,
In order to fix it, replace the line 1653 : ('node_nid' instead of 'nid').
by :
I will include this fix into the next release.
Comment #2
hvalentim commentedThanks. Seems to be fixed.
Comment #3
thedut commentedThanks, I will include it into the new LimeSurvey Sync release.
Comment #4
thedut commentedFixed into the LimeSurvey Sync 7.x-1.6 release and 6.x-1.6 release.