aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-08 00:58:09 -0800
committerfriendica <info@friendica.com>2013-02-08 00:58:09 -0800
commit1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3 (patch)
tree006deb05e7413e1fca687d31341ffe68126d77a8 /include/account.php
parent71cfa661934510beefe48eac74f1b50603086595 (diff)
downloadvolse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.tar.gz
volse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.tar.bz2
volse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.zip
No bloody comment.
Diffstat (limited to 'include/account.php')
-rw-r--r--include/account.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/account.php b/include/account.php
index f313e5126..c8ce3e56b 100644
--- a/include/account.php
+++ b/include/account.php
@@ -234,7 +234,7 @@ function send_reg_approval_email($arr) {
dbesc($hash),
dbesc(datetime_convert()),
intval($arr['account']['account_id']),
- dbesc($arr['password']),
+ dbesc(''),
dbesc($arr['account']['account_language'])
);