dfrn functions could now work/Removed unused code

This commit is contained in:
Michael Vogel 2016-01-22 20:26:11 +01:00
parent ea9a42259d
commit c66b4387bf
8 changed files with 340 additions and 173 deletions

View file

@ -458,7 +458,6 @@ function delivery_run(&$argv, &$argc){
if (($x[0]['page-flags'] == PAGE_SOAPBOX) AND $top_level)
break;
require_once('library/simplepie/simplepie.inc');
logger('mod-delivery: local delivery');
local_delivery($x[0],$atom);
break;