Index: trunk/core/kernel/application.php =================================================================== diff -u -r3181 -r3182 --- trunk/core/kernel/application.php (.../application.php) (revision 3181) +++ trunk/core/kernel/application.php (.../application.php) (revision 3182) @@ -956,7 +956,7 @@ unset($params['__URLENCODE__']); } - $pass = str_replace('all', trim($this->GetVar('passed'), ','), $pass); + $pass = trim( str_replace('all', $this->GetVar('passed'), $pass), ','); if(strlen($pass) > 0) {