X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=9dac5f114b177d617956a9772d733194d13bd0f1;hb=6605e30cf2eea2cffe6dd208af1615db9d212d40;hp=0f9cc804646928ad70dd1ef813b5088243949334;hpb=ce03ccc95cd125f805e7d8c74e992cf8215242dc;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index 0f9cc80464..9dac5f114b 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -734,9 +734,9 @@ function notifier_run(&$argv, &$argc){ $ssl_policy = get_config('system','ssl_policy'); fix_contact_ssl_policy($x[0],$ssl_policy); - // If we are setup as a soapbox we aren't accepting input from this person + // If we are setup as a soapbox we aren't accepting top level posts from this person - if($x[0]['page-flags'] == PAGE_SOAPBOX) + if (($x[0]['page-flags'] == PAGE_SOAPBOX) AND $top_level) break; require_once('library/simplepie/simplepie.inc');