From c24b288b19b5366b1e859ebaf5f62e1bcde9c623 Mon Sep 17 00:00:00 2001 From: yancend Date: Mon, 4 Nov 2013 18:23:15 +0800 Subject: [PATCH] [test] --- _test/tools/br/runall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/tools/br/runall.php b/_test/tools/br/runall.php index 3f78516c..bd251d24 100644 --- a/_test/tools/br/runall.php +++ b/_test/tools/br/runall.php @@ -31,7 +31,7 @@ function run( $b , $debug = false ) $filterR = array_key_exists( $b , $_GET )?$_GET[$b]:$_GET['filter']; if(strstr($b,'main')||strstr($b,'supp')){ $url .= "^&filterRun={$filterR}^&filter={$_GET['filter']}"; - }else if(strstr($b,'supp')){ + }else { $url .= "^&filterRun={$_GET['filter']}^&filter={$_GET['filter']}"; } -- GitLab