Change
[code]
//Redirect to real file
$file = $node->images[$size];
header('Location: '.base_path().$file);
[/code]
back to
[code]
image_fetch($nid, $size);
[/code]
in the imagebrowser_view_image(); function.
Change
[code]
//Redirect to real file
$file = $node->images[$size];
header('Location: '.base_path().$file);
[/code]
back to
[code]
image_fetch($nid, $size);
[/code]
in the imagebrowser_view_image(); function.
Comments
Comment #1
jdelaune commented