mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
make sure we have a sender here
This commit is contained in:
@@ -150,6 +150,10 @@ class Zot6Handler implements IHandler {
|
||||
|
||||
$ret = array('success' => false);
|
||||
|
||||
if (! $sender) {
|
||||
return $ret;
|
||||
}
|
||||
|
||||
if ($recipients) {
|
||||
// basically this means "unfriend"
|
||||
foreach ($recipients as $recip) {
|
||||
|
||||
Reference in New Issue
Block a user