mirror of
https://github.com/friendica/friendica
synced 2025-04-28 21:44:22 +02:00
Removed unneeded code
This commit is contained in:
parent
f7272be4a8
commit
fba40b8761
2 changed files with 77 additions and 161 deletions
|
@ -348,7 +348,7 @@ class DFRN
|
|||
killme();
|
||||
}
|
||||
} else {
|
||||
$owner = ['uid' => 0, 'nick' => '_feed_'];
|
||||
$owner = ['uid' => 0, 'nick' => 'feed-item'];
|
||||
}
|
||||
|
||||
$doc = new DOMDocument('1.0', 'utf-8');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue