Local delivery of comments to soap boxes are working now

This commit is contained in:
Michael Vogel 2015-11-12 21:43:42 +01:00
parent dab544ab76
commit 3648094927
2 changed files with 4 additions and 4 deletions

View File

@ -342,8 +342,8 @@ function delivery_run(&$argv, &$argc){
// If we are setup as a soapbox we aren't accepting input from this person
if($x[0]['page-flags'] == PAGE_SOAPBOX)
break;
//if($x[0]['page-flags'] == PAGE_SOAPBOX)
// break;
require_once('library/simplepie/simplepie.inc');
logger('mod-delivery: local delivery');

View File

@ -736,8 +736,8 @@ function notifier_run(&$argv, &$argc){
// If we are setup as a soapbox we aren't accepting input from this person
if($x[0]['page-flags'] == PAGE_SOAPBOX)
break;
//if($x[0]['page-flags'] == PAGE_SOAPBOX)
// break;
require_once('library/simplepie/simplepie.inc');
logger('mod-delivery: local delivery');