Active
Project:
RelatedContent
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2011 at 07:47 UTC
Updated:
30 Oct 2011 at 20:58 UTC
relatedcontent_menu() includes this:
'load arguments' => array($view->vid),
but $view is never defined, meaning the load argument is actually NULL, and in addition to being wrong, this causes warnings in PHP5.3.
Comments
Comment #1
fgmadding appropriate tags