From 2b360a177251c7fbda93352e75c67d0210f2eb1f Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 22 Aug 2019 16:44:04 +0800 Subject: [PATCH] * adjust style. --- module/testsuite/control.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/testsuite/control.php b/module/testsuite/control.php index f524279525..da515cf44b 100644 --- a/module/testsuite/control.php +++ b/module/testsuite/control.php @@ -658,9 +658,9 @@ class testsuite extends control $this->view->position[] = $this->lang->testsuite->common; $this->view->position[] = $this->lang->testsuite->view; - $this->view->lib = $lib; - $this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter'); - $this->view->actions = $this->loadModel('action')->getList('caselib', $libID); + $this->view->lib = $lib; + $this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter'); + $this->view->actions = $this->loadModel('action')->getList('caselib', $libID); $this->display(); }