aboutsummaryrefslogtreecommitdiffstats
path: root/include/account.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/account.php')
-rw-r--r--include/account.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/account.php b/include/account.php
index 8809d908a..a31dbba4b 100644
--- a/include/account.php
+++ b/include/account.php
@@ -332,14 +332,6 @@ function user_allow($hash) {
intval($register[0]['uid'])
);
- $r = q("SELECT uid FROM profile WHERE uid = %d AND is_default = 1",
- intval($account[0]['account_id'])
- );
-
- if($r && $r[0]['publish']) {
- proc_run('php',"include/directory.php",$r[0]['uid']);
- }
-
push_lang($register[0]['language']);
$email_tpl = get_intltext_template("register_open_eml.tpl");