* adjust for php5.3.

This commit is contained in:
wangyidong
2020-03-26 09:12:44 +08:00
parent 1687ac4e65
commit 066bf8b8f6
2 changed files with 2 additions and 7 deletions
+2 -1
View File
@@ -105,7 +105,8 @@ class Subversion
ksort($dirs);
$tags = array();
$prefix = empty(trim($path, '/')) ? '/' : '/' . trim($path, '/') . '/';
$trimed = trim($path, '/');
$prefix = empty($trimed) ? '/' : '/' . $trimed . '/';
foreach($dirs as $dirNames)
{
ksort($dirNames);
-6
View File
@@ -108,12 +108,6 @@ $whiteList[] = 'testsuite-batchcreatecase';
$whiteList[] = 'testsuite-exporttemplet';
$whiteList[] = 'testsuite-import';
$whiteList[] = 'testsuite-showimport';
$whiteList[] = 'webhook-browse';
$whiteList[] = 'webhook-create';
$whiteList[] = 'webhook-edit';
$whiteList[] = 'webhook-bind';
$whiteList[] = 'webhook-delete';
$whiteList[] = 'webhook-log';
$whiteList[] = 'webhook-asyncsend';
$whiteList[] = 'testreport-setchartdatas';
$whiteList[] = 'chat-login';