*
*/
-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');
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
));
}
+ $profile = $r[0]['nickname'];
+
switch($destination_url) {
case 'profile':
$dest = $a->get_baseurl() . '/profile/' . $profile . '?tab=profile';
dbesc($session_id)
);
}
- $profile = $r[0]['nickname'];
goaway($dest);
}