diff options
author | Mario <mario@mariovavti.com> | 2021-03-03 13:39:41 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-03 13:39:41 +0100 |
commit | 48bae9d4219735bc44f4ee72228d19d3e6b9efc9 (patch) | |
tree | 35acbc93564342ec3d836016d2d8c54291403f5b /Zotlabs/Access/PermissionRoles.php | |
parent | 55b4eb7b22fb699688e89a99b1370b8ee17af0d3 (diff) | |
download | volse-hubzilla-48bae9d4219735bc44f4ee72228d19d3e6b9efc9.tar.gz volse-hubzilla-48bae9d4219735bc44f4ee72228d19d3e6b9efc9.tar.bz2 volse-hubzilla-48bae9d4219735bc44f4ee72228d19d3e6b9efc9.zip |
php8: fix warnings during install procedure
Diffstat (limited to 'Zotlabs/Access/PermissionRoles.php')
-rw-r--r-- | Zotlabs/Access/PermissionRoles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Access/PermissionRoles.php b/Zotlabs/Access/PermissionRoles.php index 2bcce4eb4..998b6d8d2 100644 --- a/Zotlabs/Access/PermissionRoles.php +++ b/Zotlabs/Access/PermissionRoles.php @@ -317,4 +317,4 @@ class PermissionRoles { return $roles; } -}
\ No newline at end of file +} |