Changes between Initial Version and Version 1 of Ticket #1501


Ignore:
Timestamp:
Oct 25, 2010, 8:39:55 PM (13 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1501 – Description

    initial v1  
    1818For absolute urls, the "path" component of the parse_url result is "/"
    1919
    20 The solution is to replace $comp["path"] with an intermediate variable which is set to:
     20The solution is to replace $comp[["path"]] with an intermediate variable which is set to:
    2121 * Initial task pane url if it is absolute
    22  * $comp["path"] if it relative
     22 * $comp[["path"]] if it relative
    2323