function not defined

This commit is contained in:
friendica 2011-12-30 20:48:49 -08:00
parent a76be1934a
commit 3e162bcf8f
2 changed files with 5 additions and 1 deletions

View file

@ -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'],