Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2009 at 08:51 UTC
Updated:
30 Jun 2009 at 13:30 UTC
Line 29 of includes/advanced_forum_preprocess_comment.inc has an extra dollar symbol - it should read:
$variables[$reply_id] = $variables['comment']->cid;
This typo causes a "Fatal Error: cannot access empty property" which puts the forum out of action.
Comments
Comment #1
michelleCommitted, thanks.
I hope you're only using this to test. The 2.x version is very unstable and I haven't even tested it with core comment module at all. I'd be very surprised if this is the only thing broken when you use it without nodecomment.
Michelle