Index: trunk/core/kernel/application.php =================================================================== diff -u -r950 -r951 --- trunk/core/kernel/application.php (.../application.php) (revision 950) +++ trunk/core/kernel/application.php (.../application.php) (revision 951) @@ -601,6 +601,7 @@ } } } + $this->SetVar('t_pass',''); // don't pass any prefixes_specials in url by default $this->SetVar('t_pass_events',0); // don't pass events in url by default return $ret; }