Fixed comment

This commit is contained in:
Franck Allimant
2014-04-12 02:37:36 +02:00
parent 060df3ed61
commit 3419e9d94e

View File

@@ -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);
}