(bug 13690) Fix PHP notice on accessing some URLs. parse_url() in some versions...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 11 Apr 2008 19:03:38 +0000 (19:03 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 11 Apr 2008 19:03:38 +0000 (19:03 +0000)
commit8059fc875bd40798e2aa2d91412ed3f16aac893d
tree6b8488dbab6897e2d6f26449d1434af36feb379e
parentb8a4079b6265c601c36a5ff9223e1c59cbfc0373
(bug 13690) Fix PHP notice on accessing some URLs.  parse_url() in some versions of PHP doesn't set the path element if it's empty, rather than actually returning it as an empty string.
RELEASE-NOTES
includes/WebRequest.php