profile not set
This commit is contained in:
parent
9b50b0e16f
commit
b5bcf44354
3 changed files with 5 additions and 3 deletions
|
|
@ -901,7 +901,7 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) {
|
|||
*
|
||||
*/
|
||||
|
||||
function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0) {
|
||||
function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_feed = false) {
|
||||
|
||||
require_once('simplepie/simplepie.inc');
|
||||
|
||||
|
|
|
|||
|
|
@ -278,7 +278,8 @@ function poller_run($argv, $argc){
|
|||
continue;
|
||||
}
|
||||
|
||||
consume_feed($xml,$importer,$contact,$hub,1);
|
||||
|
||||
consume_feed($xml,$importer,$contact,$hub,1, true);
|
||||
|
||||
// do it twice. Ensures that children of parents which may be later in the stream aren't tossed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue