diff options
author | friendica <info@friendica.com> | 2014-08-25 20:57:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-25 20:57:10 -0700 |
commit | 84ff380302764703dcc0bdf9ab5d69bac549726e (patch) | |
tree | ae043dff72d58f280ebe62a78cd195f1cd030de5 /include/account.php | |
parent | df634f9853fb18a7c70f5dea80368e3665782f2d (diff) | |
download | volse-hubzilla-84ff380302764703dcc0bdf9ab5d69bac549726e.tar.gz volse-hubzilla-84ff380302764703dcc0bdf9ab5d69bac549726e.tar.bz2 volse-hubzilla-84ff380302764703dcc0bdf9ab5d69bac549726e.zip |
more diaspora heavy lifting
Diffstat (limited to 'include/account.php')
-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 138db3290..4ded069d5 100644 --- a/include/account.php +++ b/include/account.php @@ -423,7 +423,7 @@ function user_deny($hash) { if(! count($register)) return false; - $account = q("SELECT account_id FROM account WHERE account_id = %d LIMIT 1", + $account = q("SELECT account_id, account_email FROM account WHERE account_id = %d LIMIT 1", intval($register[0]['uid']) ); |