]> git.mxchange.org Git - friendica.git/commitdiff
function not defined
authorfriendica <info@friendica.com>
Sat, 31 Dec 2011 04:48:49 +0000 (20:48 -0800)
committerfriendica <info@friendica.com>
Sat, 31 Dec 2011 04:48:49 +0000 (20:48 -0800)
boot.php
include/items.php

index 1babd333116dba3aa66cbf30cee9beb092f6ae9f..76753d55ad7e95ea6fea9469910b8483336078fb 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '2.3.1210' );
+define ( 'FRIENDICA_VERSION',      '2.3.1211' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1112      );
 
index dead477097dbb8b8f8da00c7e303397205a9372b..9becb9ffb74ece6dba203b887df3a7a7496847e1 100644 (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'],