* Compatible for php8.1.

This commit is contained in:
wangyidong
2022-08-29 11:19:31 +08:00
parent 0fc0a2684e
commit 8d56ef8891
15 changed files with 1121 additions and 1118 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ class personnelTest
* @access public
* @return void
*/
public function addWhitelistTest($objectType = '', $objectID = 0, $user)
public function addWhitelistTest($objectType = '', $objectID = 0, $user = '')
{
$users = array('accounts' => $user);
foreach($users as $key => $value) $_POST[$key] = $value;