diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-28 21:15:26 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-28 21:15:26 -0800 |
commit | 01015bc0d54343831189ce1b09a69b70a6371fd5 (patch) | |
tree | b9b832c6f06865511c360da25a9893762f5af5c3 /include | |
parent | 2b910eb5aa204e1914c8c73afe369c443bd1ff49 (diff) | |
download | volse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.tar.gz volse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.tar.bz2 volse-hubzilla-01015bc0d54343831189ce1b09a69b70a6371fd5.zip |
several email validation issues
Diffstat (limited to 'include')
-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 3ac485974..40cf281c3 100644 --- a/include/account.php +++ b/include/account.php @@ -530,7 +530,7 @@ function account_deny($hash) { function account_approve($hash) { - $ret = array('success' => false); + $ret = false; // Note: when the password in the register table is 'verify', the uid actually contains the account_id |