* Rename personnel.

This commit is contained in:
Yagami
2021-03-12 10:57:09 +08:00
parent 79d200f692
commit 0b0cdcbda7
39 changed files with 119 additions and 119 deletions
+2 -2
View File
@@ -2678,9 +2678,9 @@ class execution extends control
* @access public
* @return void
*/
public function unbindWhielist($id = 0, $confirm = 'no')
public function unbindWhitelist($id = 0, $confirm = 'no')
{
echo $this->fetch('personnel', 'unbindWhielist', "id=$id&confirm=$confirm");
echo $this->fetch('personnel', 'unbindWhitelist', "id=$id&confirm=$confirm");
}
/**