Closed (fixed)
Project:
Advanced Forum
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 16:53 UTC
Updated:
6 Sep 2009 at 02:50 UTC
When viewing forum node revision I get following error:
warning: Invalid argument supplied for foreach() in ..../advanced_forum/includes/advanced_forum_preprocess_node.inc on line 76
It seems links array is null and there should be some check like is_array().
Comments
Comment #1
michelleI couldn't reproduce the problem... Even when viewing revisions the links were there. But there's no harm in doing a check first so I added it in.
Michelle