]> git.mxchange.org Git - friendica.git/commitdiff
Also removed this, seems to come in from wrong merging? #3010 Thanks to @annando
authorRoland Häder <roland@mxchange.org>
Wed, 14 Dec 2016 15:39:39 +0000 (16:39 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 14 Dec 2016 15:41:23 +0000 (16:41 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/notifier.php

index a55a60efd154357cc7b48cc2a2026cba4a21a0d8..2f9599d07255934c9c9792182b7a043c5ef62eb5 100644 (file)
@@ -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) {