mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:50:11 +00:00
$contact isn't called by reference anymore
This commit is contained in:
parent
7db0b850cb
commit
d98c6819e7
2 changed files with 6 additions and 9 deletions
|
@ -228,7 +228,7 @@ function add_page_info_to_body($body, $texturl = false, $no_photos = false) {
|
|||
*
|
||||
* @TODO find proper type-hints
|
||||
*/
|
||||
function consume_feed($xml, $importer, &$contact, &$hub, $datedir = 0, $pass = 0) {
|
||||
function consume_feed($xml, $importer, $contact, &$hub, $datedir = 0, $pass = 0) {
|
||||
if ($contact['network'] === NETWORK_OSTATUS) {
|
||||
if ($pass < 2) {
|
||||
// Test - remove before flight
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue