securepages_link_alter accepts (&$links, &$node), when it should be
function securepages_link_alter(&$links, $node, $comment = NULL) { ... }
http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo...
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| securepages.hook_link_alter.diff | 429 bytes | mshmsh5000 |
Comments
Comment #1
grendzy commentedfixed in #600106: Parameters passed by value instead of reference