Active
Project:
IMCE_Gallery
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Mar 2007 at 23:32 UTC
Updated:
10 Mar 2007 at 23:32 UTC
the link "Back to Gallery" dont work propertly
change the line 399 from:
$back_url = substr($back_url, 0, ($pos-$c_url+1));
to
$back_url = substr($back_url, 1, ($pos-$c_url+1));