aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-30 20:48:49 -0800
committerfriendica <info@friendica.com>2011-12-30 20:48:49 -0800
commit3e162bcf8f4c08d197f9507dd6daa56cf6104a4e (patch)
treea13b3f7e981dad3a0f9ec32f7cbe8c5bbd5361a7 /include
parenta76be1934a56eb4a8f92cb8c47bbb3d3ca647295 (diff)
downloadvolse-hubzilla-3e162bcf8f4c08d197f9507dd6daa56cf6104a4e.tar.gz
volse-hubzilla-3e162bcf8f4c08d197f9507dd6daa56cf6104a4e.tar.bz2
volse-hubzilla-3e162bcf8f4c08d197f9507dd6daa56cf6104a4e.zip
function not defined
Diffstat (limited to 'include')
-rw-r--r--include/items.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index dead47709..9becb9ffb 100644
--- a/include/items.php
+++ b/include/items.php
@@ -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'],