sforkowany z mirror/friendica
remove now empty array from logger
rodzic
52a4010121
commit
8f130335a3
|
@ -79,7 +79,7 @@ class Notify extends BaseRepository
|
||||||
Hook::callAll('enotify_store', $fields);
|
Hook::callAll('enotify_store', $fields);
|
||||||
|
|
||||||
if (empty($fields)) {
|
if (empty($fields)) {
|
||||||
$this->logger->debug('Abort adding notification entry', ['fields' => $fields]);
|
$this->logger->debug('Abort adding notification entry');
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue