mirror of
https://github.com/friendica/friendica
synced 2025-04-30 09:04:22 +02:00
Merge remote-tracking branch 'upstream/develop' into logging
This commit is contained in:
commit
a497bd3a3d
36 changed files with 1144 additions and 754 deletions
|
@ -38,7 +38,7 @@ final class ACLFormatter
|
|||
public function expand(string $acl_string = null)
|
||||
{
|
||||
// In case there is no ID list, return empty array (=> no ACL set)
|
||||
if (!isset($acl_string)) {
|
||||
if (empty($acl_string)) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue