mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 08:22:17 +00:00
adds acceptProfilRequest and denyProfilRequest to the new ProfilUpdate FhcAPIController
This commit is contained in:
@@ -525,8 +525,6 @@ class ProfilUpdate extends Auth_Controller
|
||||
|
||||
public function acceptProfilRequest()
|
||||
{
|
||||
|
||||
|
||||
$_POST = json_decode($this->input->raw_input_stream, true);
|
||||
$id = $this->input->post('profil_update_id', true);
|
||||
$uid = $this->input->post('uid', true);
|
||||
|
||||
Reference in New Issue
Block a user