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/Lib/Enotify.php | |
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/Lib/Enotify.php')
-rw-r--r-- | Zotlabs/Lib/Enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Enotify.php b/Zotlabs/Lib/Enotify.php index ac782c740..7e33f09b8 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -983,7 +983,7 @@ class Enotify { 'photo' => z_root() . '/' . get_default_profile_photo(48), 'when' => datetime_convert('UTC', date_default_timezone_get(),$rr['reg_created']), 'hclass' => ('notify-unseen'), - 'message' => t('verified') + 'message' => t('status verified') ]; return $x; |