From 3419e9d94e925a2fd7fc63eaa634cc6258512025 Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Sat, 12 Apr 2014 02:37:36 +0200 Subject: [PATCH] Fixed comment --- core/lib/Thelia/Tools/URL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Tools/URL.php b/core/lib/Thelia/Tools/URL.php index 2c30fccda..c766d20e0 100644 --- a/core/lib/Thelia/Tools/URL.php +++ b/core/lib/Thelia/Tools/URL.php @@ -145,8 +145,8 @@ class URL $base_url = $this->getBaseUrl($hasSubdirectory); - // TODO fix this ugly patch /* Seems no longer required + // TODO fix this ugly patch if (strpos($path, "index_dev.php")) { $path = str_replace('index_dev.php', '', $path); }