The link datastructure used to have a attribute 'view' which contained the url of the link. In the newest version, 'view' is still in the array, but does not have a value anymore.

E.g.: (version 1.5.2.7)
Array ( [value] => Array ( [link] => http://www.tctubantia.nl/economie/article573167.ece [title] => TC Tubantia [attributes] => [view] => ) )

My old version: (version 1.5)
Array ( [value] => Array ( [link] => http://www.tctubantia.nl/economie/article573167.ece [title] => TC Tubantia [attributes] => ) [view] => "the html containing the actual link" )
(with the stuff between " .. " being the actual link html...

-- Karna

Comments

quicksketch’s picture

Version: master » 4.7.x-1.x-dev
Status: Active » Fixed

This has been corrected in the latest recommended version of link.module - 1.1. We'll also no longer being using HEAD for 4.7 development.

Anonymous’s picture

Status: Fixed » Closed (fixed)