From fad0e88a9aa35ffc817ba6cead69cf9dca1b2024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 4 Aug 2010 00:37:01 +0200 Subject: [PATCH] Revert partiel 8abfde69 : Il ne faut pas de Path::combine pour les URLs ! Revert partiel : 8abfde69cc876c655af4b77cdb53ad25825b9b1d --- __cms__/code/chemin/chemin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__cms__/code/chemin/chemin.php b/__cms__/code/chemin/chemin.php index d583b62..dcb839a 100644 --- a/__cms__/code/chemin/chemin.php +++ b/__cms__/code/chemin/chemin.php @@ -53,7 +53,7 @@ class Chemin { public function get_url() { // Config::get("url_base") DOIT se terminer par '/', tel que spécifié // dans config.php. - return Path::combine(Config::get("url_base"), $this->get()); + return Config::get("url_base") . $this->get(); } public function get_fs_stockage() {