diff options
author | friendica <info@friendica.com> | 2013-02-08 00:58:09 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-08 00:58:09 -0800 |
commit | 1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3 (patch) | |
tree | 006deb05e7413e1fca687d31341ffe68126d77a8 | |
parent | 71cfa661934510beefe48eac74f1b50603086595 (diff) | |
download | volse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.tar.gz volse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.tar.bz2 volse-hubzilla-1ae87e51c525c0d67716fcc13d9b8dbf77f9e6f3.zip |
No bloody comment.
-rw-r--r-- | include/account.php | 2 |
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']) ); |