diff --git a/cl_plugin.xml b/cl_plugin.xml index 242cd1d..61b788e 100644 --- a/cl_plugin.xml +++ b/cl_plugin.xml @@ -9,10 +9,10 @@ ConLite Team plugins@conlite.org https://conlite.org - 1.0.1 + 1.0.2 - - + + diff --git a/includes/functions.mod_rewrite.php b/includes/functions.mod_rewrite.php index d93dd73..274f85b 100644 --- a/includes/functions.mod_rewrite.php +++ b/includes/functions.mod_rewrite.php @@ -518,7 +518,7 @@ function mr_buildGeneratedCode($code) { foreach ($matches as $val) { $oMRUrlStack->add('front_content.php' . $val[2]); } - + ModRewriteDebugger::add($code, 'mr_buildGeneratedCode() before replace'); // ok let it beginn, build the clean urls $code = str_replace('"front_content.php"', '"' . mr_buildNewUrl('front_content.php') . '"', $code); $code = str_replace("'front_content.php'", "'" . mr_buildNewUrl('front_content.php') . "'", $code);