diff options
author | Mario <mario@mariovavti.com> | 2021-05-07 10:03:12 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-07 10:03:12 +0000 |
commit | b5ce20734445f03d070e8b6faf1ed73950f62c81 (patch) | |
tree | ff477c62d5e27feac959ab7c4917441d4995f2e4 /Zotlabs/Module/Admin | |
parent | d04ff264fabb2f78e98b2e486909c768d30643d5 (diff) | |
download | volse-hubzilla-b5ce20734445f03d070e8b6faf1ed73950f62c81.tar.gz volse-hubzilla-b5ce20734445f03d070e8b6faf1ed73950f62c81.tar.bz2 volse-hubzilla-b5ce20734445f03d070e8b6faf1ed73950f62c81.zip |
register: implement remove_expired_registrations() and minor fixes
Diffstat (limited to 'Zotlabs/Module/Admin')
-rw-r--r-- | Zotlabs/Module/Admin/Channels.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Channels.php b/Zotlabs/Module/Admin/Channels.php index e0f26112d..09769a166 100644 --- a/Zotlabs/Module/Admin/Channels.php +++ b/Zotlabs/Module/Admin/Channels.php @@ -173,4 +173,4 @@ class Channels { return $o; } -}
\ No newline at end of file +} |