aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Enotify.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-15 09:26:47 +0000
committerMario <mario@mariovavti.com>2021-04-15 09:26:47 +0000
commit4d3a555b53f3fdd710d7d502bb812d9a565a35f4 (patch)
tree1784b3145dcc892f7256a26cae179bdf7386466a /Zotlabs/Lib/Enotify.php
parente35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2 (diff)
downloadvolse-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.php2
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']),