From 307df4ee5c1e9ceb44bf403c4c0bfdb87858307f Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Wed, 14 Dec 2016 16:39:39 +0100
Subject: [PATCH] Also removed this, seems to come in from wrong merging? #3010
 Thanks to @annando
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 include/notifier.php | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/include/notifier.php b/include/notifier.php
index a55a60efd1..2f9599d072 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -424,19 +424,6 @@ function notifier_run(&$argv, &$argc){
 				$url_recipients[$probed_contact["notify"]] = $probed_contact["notify"];
 			}
 
-			$probed_contact = probe_url($thr_parent[0]['author-link']);
-			if ($probed_contact["notify"] != "") {
-				logger('Notify parent author '.$probed_contact["url"].': '.$probed_contact["notify"]);
-				$url_recipients[$probed_contact["notify"]] = $probed_contact["notify"];
-			}
-
-			// Send a salmon to the parent owner
-			$probed_contact = probe_url($thr_parent[0]['owner-link']);
-			if ($probed_contact["notify"] != "") {
-				logger('Notify parent owner '.$probed_contact["url"].': '.$probed_contact["notify"]);
-				$url_recipients[$probed_contact["notify"]] = $probed_contact["notify"];
-			}
-
 			// Send a salmon notification to every person we mentioned in the post
 			$arr = explode(',',$target_item['tag']);
 			foreach($arr as $x) {
-- 
2.39.5