Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -r3236 -r3250 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3236) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3250) @@ -298,7 +298,7 @@ { // directory_1_2_3/sc1/inlink/detail/3/l1_ka_asd.html - $url = $this->Get('url'); + $url = $this->Get('_mod_rw_url_'); if( substr($url, -5) == '.html' ) $url = substr($url, 0, strlen($url) - 5 ); $url_parts = $url ? explode('/', $url) : Array();