Closed (duplicate)
Project:
Module Builder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2008 at 22:02 UTC
Updated:
27 Jun 2008 at 12:36 UTC
The stub this module created had the parameters the wrong way round for D5: see http://api.drupal.org/api/function/hook_link_alter/5
I got:
function nodelinks_link_alter(&$links, $node) {
Should have got:
function nodelinks_link_alter(&$node, &$links) {
Comments
Comment #1
joachim commentedhttp://drupal.org/node/267197