* adjust for php5.3.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user