mirror of
https://github.com/friendica/friendica
synced 2025-04-25 07:10:11 +00:00
Fix wrong SQL query syntax in Core\ACL
This commit is contained in:
parent
e2fd882134
commit
49bd2903c7
2 changed files with 2 additions and 2 deletions
|
@ -119,6 +119,6 @@ class Protocol
|
|||
*/
|
||||
public static function formatMention($profile_url, $display_name)
|
||||
{
|
||||
return $display_name . '(' . self::getAddrFromProfileUrl($profile_url) . ')';
|
||||
return $display_name . ' (' . self::getAddrFromProfileUrl($profile_url) . ')';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue