there seems to be an error in InputFilter::parse_url()

InputFilter::parse_url() splits the url http://www.helpy.de/ into:
(     [scheme] => http
      [host] => www.helpy.de
      .... )


InputFilter::parse_url() splits the url http://en.helpy.de/ into:
(     [scheme] => http
      [host] => en
      ...
      [path] => .helpy.de
      ... )

Does somebody can confirm this?

This is probably the reason,
why multisite feature does not work for me!

cu,
guido

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to