Closed (fixed)
Project:
IMCE
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2008 at 04:13 UTC
Updated:
2 Aug 2008 at 09:12 UTC
Line 653 of inc/page.inc, when absurl is set, at least for me it gives the wrong URL.
My base url is http:///www.sitename.com/intro/
and $imce['furl'] is /intro/sites/...
so the end result is http:///www.sitename.com/intro/intro/sites/... which is not right.
Thanks.
Comments
Comment #1
ufku commentedThanks for reporting this.
Fixed in 6.x-dev.
Absolute URL is now
$imce['furl'] = $GLOBALS['base_root'] . $imce['furl'];Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.