diff --git a/boot.php b/boot.php index 1babd33311..76753d55ad 100644 --- 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 ); diff --git a/include/items.php b/include/items.php index dead477097..9becb9ffb7 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'],