Index: components/com_comprofiler/router.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- components/com_comprofiler/router.php +++ components/com_comprofiler/router.php @@ -141,6 +141,10 @@ break; } } + + $_GET = array_merge( $_GET, $vars ); + $_REQUEST = array_merge( $_REQUEST, $vars ); + return $vars; } \ No newline at end of file