From 5383f6206c6dfc7f2fe2376c12ce8879783e3506 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 23 Oct 2012 22:33:16 +0200 Subject: ajout fonction importation fichiers OPMs OPML --- lib/lib_simplepie.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/lib_simplepie.php') 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 -- cgit v1.2.3