diff options
| author | 2012-10-23 22:33:16 +0200 | |
|---|---|---|
| committer | 2012-10-23 22:33:16 +0200 | |
| commit | 5383f6206c6dfc7f2fe2376c12ce8879783e3506 (patch) | |
| tree | 5722d302bd43a0c74567e87aaf380f8ac11396e2 /lib/lib_simplepie.php | |
| parent | fca236dc6d6ff6e09182c560f3566904cbc7a70a (diff) | |
ajout fonction importation fichiers OPMs OPML
Diffstat (limited to 'lib/lib_simplepie.php')
| -rw-r--r-- | lib/lib_simplepie.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/lib_simplepie.php b/lib/lib_simplepie.php index 178378297..6f7aac1ef 100644 --- a/lib/lib_simplepie.php +++ b/lib/lib_simplepie.php @@ -5184,6 +5184,9 @@ class SimplePie_IRI { $match['fragment'] = null; } + + $match['path'] = preg_replace ('#//#', '/', $match['path']); // fix un bug lorsque 2 slashs se suivent + return $match; } else |
