From d15f2d2cb6d308ef416fe86af6d77d3a2a96acc8 Mon Sep 17 00:00:00 2001 From: liuhong Date: Sat, 6 May 2023 14:39:25 +0800 Subject: [PATCH] Adjust code --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 36d75e5c60..0faa32fee9 100755 --- a/module/project/control.php +++ b/module/project/control.php @@ -1887,7 +1887,7 @@ class project extends control * @access public * @return void */ - public function whitelist(string $projectID = '0', string $from = 'project',int $recTotal = '0', int $recPerPage = '20', int $pageID = '1') + public function whitelist(string $projectID = '0', string $from = 'project',string $recTotal = '0', string $recPerPage = '20', string $pageID = '1') { $projectID = (int)$projectID; $projectID = $this->project->setMenu($projectID);