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

fgm’s picture

Issue tags: +E_STRICT, +php5.3

adding appropriate tags