Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -r3182 -r3200 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3182) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3200) @@ -411,7 +411,8 @@ $passed = Array('m'); $module_params = Array(); - if($url_parts && isset($module_prefix) ) + + if( isset($module_prefix) ) { $passed[] = $module_prefix; $module_event = new kEvent($module_prefix.':ParseEnv', Array('url_parts' => $url_parts) );