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
Comment #1
TomChiverton commentedComment #2
TomChiverton commentedPlease try the latest dev build that address issues with PHP5.3
Comment #3
pavel.karoukin commentedTom,
Thank you for pointing to dev version. I can confirm that dev version work fine with php 5.3!
Sorry for false alarm =)
Comment #4
TomChiverton commented