]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Merge remote-tracking branch 'remotes/friendica/master' into moveme
[friendica.git] / include / items.php
index 426673484229fad6f9c766aa2567030f6f6c6c6c..5ad89d8c180d9afeeb3e20706db2e1aeb4651cfd 100755 (executable)
@@ -3958,10 +3958,10 @@ function drop_item($id,$interactive = true) {
 
                // send the notification upstream/downstream as the case may be
 
+               proc_run('php',"include/notifier.php","drop","$drop_id");
+
                if(! $interactive)
                        return $owner;
-
-               proc_run('php',"include/notifier.php","drop","$drop_id");
                goaway($a->get_baseurl() . '/' . $_SESSION['return_url']);
                //NOTREACHED
        }