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

jdelaune’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.