Hi,

In line #164 you use:

function theme_link_node_thumbnail(&$node) {

And it should be:

function theme_link_node_thumbnail($node) {

As I know this change should not affect PHP5.2.x users since Objects are passed by reference anyway in PHP 5.2

4All: This issue makes impossible to show link when you use PHP 5.3 - instead it shows just empty string.

Comments

TomChiverton’s picture

Assigned: Unassigned » TomChiverton
TomChiverton’s picture

Please try the latest dev build that address issues with PHP5.3

pavel.karoukin’s picture

Status: Active » Fixed

Tom,

Thank you for pointing to dev version. I can confirm that dev version work fine with php 5.3!

Sorry for false alarm =)

TomChiverton’s picture

Status: Fixed » Closed (fixed)