mirror of
https://github.com/friendica/friendica
synced 2025-02-15 15:34:01 +00:00
Merge pull request #14727 from MrPetovan/bug/14725-restore-group-widget
Remove test code from GroupManager::widget
This commit is contained in:
commit
eec293191b
1 changed files with 0 additions and 2 deletions
|
@ -108,8 +108,6 @@ class GroupManager
|
||||||
|
|
||||||
$entries = [];
|
$entries = [];
|
||||||
|
|
||||||
$contacts = [];
|
|
||||||
|
|
||||||
foreach ($contacts as $contact) {
|
foreach ($contacts as $contact) {
|
||||||
$entry = [
|
$entry = [
|
||||||
'url' => 'contact/' . $contact['id'] . '/conversations',
|
'url' => 'contact/' . $contact['id'] . '/conversations',
|
||||||
|
|
Loading…
Add table
Reference in a new issue