Back to Gallery not work
jairo.serrano - March 10, 2007 - 23:32
| Project: | IMCE_Gallery |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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));