aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-25 20:57:10 -0700
committerfriendica <info@friendica.com>2014-08-25 20:57:10 -0700
commit84ff380302764703dcc0bdf9ab5d69bac549726e (patch)
treeae043dff72d58f280ebe62a78cd195f1cd030de5 /include/account.php
parentdf634f9853fb18a7c70f5dea80368e3665782f2d (diff)
downloadvolse-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.php2
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'])
);