mirror of
https://github.com/friendica/friendica
synced 2024-12-24 12:40:16 +00:00
Test message removed
This commit is contained in:
parent
041a96555b
commit
a20887a78e
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class Acl extends BaseModule
|
||||||
}
|
}
|
||||||
|
|
||||||
$type = $_REQUEST['type'] ?? self::TYPE_MENTION_CONTACT_GROUP;
|
$type = $_REQUEST['type'] ?? self::TYPE_MENTION_CONTACT_GROUP;
|
||||||
Logger::info('Blubb', ['parameters' => $parameters]);
|
|
||||||
if ($type === self::TYPE_GLOBAL_CONTACT) {
|
if ($type === self::TYPE_GLOBAL_CONTACT) {
|
||||||
$o = self::globalContactSearch();
|
$o = self::globalContactSearch();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue