diff options
author | Mario <mario@mariovavti.com> | 2021-04-15 09:26:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-15 09:26:47 +0000 |
commit | 4d3a555b53f3fdd710d7d502bb812d9a565a35f4 (patch) | |
tree | 1784b3145dcc892f7256a26cae179bdf7386466a /Zotlabs/Lib/Enotify.php | |
parent | e35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2 (diff) | |
download | volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.tar.gz volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.tar.bz2 volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.zip |
register: minor fixes and template cleanup
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 490557477..ac782c740 100644 --- a/Zotlabs/Lib/Enotify.php +++ b/Zotlabs/Lib/Enotify.php @@ -978,7 +978,7 @@ class Enotify { $x = [ 'notify_link' => z_root() . '/admin/accounts', - 'name' => (($rr['reg_email']) ? $rr['reg_email'] : $rr['reg_did2']), + 'name' => $rr['reg_did2'], //'addr' => '', 'photo' => z_root() . '/' . get_default_profile_photo(48), 'when' => datetime_convert('UTC', date_default_timezone_get(),$rr['reg_created']), |