mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
function not defined
This commit is contained in:
parent
a76be1934a
commit
3e162bcf8f
2 changed files with 5 additions and 1 deletions
|
@ -2094,6 +2094,8 @@ function local_delivery($importer,$data) {
|
|||
|
||||
if((! $is_like) && (! $importer['self'])) {
|
||||
|
||||
require_once('include/enotify.php');
|
||||
|
||||
notification(array(
|
||||
'type' => NOTIFY_COMMENT,
|
||||
'notify_flags' => $importer['notify-flags'],
|
||||
|
@ -2208,6 +2210,8 @@ function local_delivery($importer,$data) {
|
|||
if(! link_compare($conv['author-link'],$importer_url))
|
||||
continue;
|
||||
|
||||
require_once('include/enotify.php');
|
||||
|
||||
notification(array(
|
||||
'type' => NOTIFY_COMMENT,
|
||||
'notify_flags' => $importer['notify-flags'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue