mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
PHP warning removal
This commit is contained in:
@@ -172,7 +172,7 @@ class banlist_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
public function beforeCreate($new_data, $old_data, $id)
|
||||
public function beforeCreate($new_data, $old_data)
|
||||
{
|
||||
$new_data['banlist_admin'] = ADMINID;
|
||||
|
||||
@@ -870,7 +870,7 @@ class banlist_form_ui extends e_admin_form_ui
|
||||
}
|
||||
}
|
||||
|
||||
public function afterDelete($data)
|
||||
public function afterDelete($deleted_data, $id, $deleted_check)
|
||||
{
|
||||
// $sql2->db_Delete('banlist', "banlist_ip='{$banIP}'");
|
||||
}
|
||||
|
Reference in New Issue
Block a user