Index: branches/5.1.x/core/units/users/users_tag_processor.php =================================================================== diff -u -N -r14364 -r14478 --- branches/5.1.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 14364) +++ branches/5.1.x/core/units/users/users_tag_processor.php (.../users_tag_processor.php) (revision 14478) @@ -1,6 +1,6 @@ 'all,m,u', 'u_event' => 'OnLogout', 'm_cat_id'=>0); + $pass = Array('pass' => 'all,m,u', 'u_event' => 'OnLogout', 'm_cat_id' => 0, '__NO_REWRITE__' => 1); $logout_template = $this->SelectParam($params, 'template,t'); return $this->Application->HREF($logout_template, '', $pass); }