aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-16 01:03:53 -0700
committerfriendica <info@friendica.com>2012-08-16 01:03:53 -0700
commitadba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4 (patch)
treecf1b741798c4b11789f84a6bbc708376f635a470 /mod
parenteb911443aaee63f414cd95de4dabf60e2f14a994 (diff)
downloadvolse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.tar.gz
volse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.tar.bz2
volse-hubzilla-adba0bd98ac8c3fd5d2210e5e14f6a3ebfb00cd4.zip
That's better
Diffstat (limited to 'mod')
-rw-r--r--mod/zregister.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/mod/zregister.php b/mod/zregister.php
index da3bc9f36..6d29cdf59 100644
--- a/mod/zregister.php
+++ b/mod/zregister.php
@@ -1,5 +1,6 @@
<?php
+require_once('include/account.php');
function zregister_init(&$a) {
$a->page['template'] = 'full';
@@ -57,8 +58,6 @@ function zregister_post(&$a) {
break;
}
- require_once('include/account.php');
-
$arr = $_POST;
$arr['account_flags'] = $flags;