mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
Changed the method postMessage of controller Message, now it works even
without recipients
This commit is contained in:
@@ -75,7 +75,6 @@ class Message extends APIv1_Controller
|
||||
|
||||
if (is_object($validation) && $validation->error == EXIT_SUCCESS)
|
||||
{
|
||||
$this->messagelib->addRecipient($this->post()['person_id']);
|
||||
$result = $this->messagelib->sendMessage(
|
||||
$this->post()['person_id'],
|
||||
$this->post()['subject'],
|
||||
|
||||
Reference in New Issue
Block a user