on line 211, I believe that:

$answer = enity_load_single($answer_entityname, $dp_aid);

should be

$answer = entity_load_single($answer_entityname, $dp_aid);

CommentFileSizeAuthor
#2 function-name-spell_2746733.patch839 bytesjalpesh

Comments

jsibley created an issue. See original summary.

jalpesh’s picture

Priority: Normal » Major
Status: Active » Needs review
StatusFileSize
new839 bytes

Yes, you are right. It cause lot of problem in module and i think this is major issue instead of normal.

  • thedut committed 0ec0717 on 7.x-2.x
    Issue #2746733 fix wrong function name
    
thedut’s picture

Assigned: Unassigned » thedut
Priority: Major » Normal
Status: Needs review » Closed (fixed)

nice shot. Fixed into the 7.x-2.x dev release

thedut’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

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