projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3990710
)
Empty comments removed
author
Michael
<heluecht@pirati.ca>
Sun, 10 Oct 2021 05:38:49 +0000
(
05:38
+0000)
committer
Michael
<heluecht@pirati.ca>
Sun, 10 Oct 2021 05:38:49 +0000
(
05:38
+0000)
src/Module/Search/Acl.php
patch
|
blob
|
history
diff --git
a/src/Module/Search/Acl.php
b/src/Module/Search/Acl.php
index 6b1434b9cf73b23d378da69e2fe6572bfc77e120..f0e9450be67d0bbac22a8aa1efeaa68c466d604c 100644
(file)
--- a/
src/Module/Search/Acl.php
+++ b/
src/Module/Search/Acl.php
@@
-41,11
+41,11
@@
use Friendica\Util\Strings;
*/
class Acl extends BaseModule
{
- const TYPE_GLOBAL_CONTACT = 'x';
//
- const TYPE_MENTION_CONTACT = 'c';
//
+ const TYPE_GLOBAL_CONTACT = 'x';
+ const TYPE_MENTION_CONTACT = 'c';
const TYPE_MENTION_GROUP = 'g';
const TYPE_MENTION_CONTACT_GROUP = '';
- const TYPE_MENTION_FORUM = 'f';
//
+ const TYPE_MENTION_FORUM = 'f';
const TYPE_PRIVATE_MESSAGE = 'm';
const TYPE_ANY_CONTACT = 'a';