aboutsummaryrefslogtreecommitdiffstats
path: root/mod/regmod.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-05 02:57:03 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-05 02:57:03 -0700
commit40a06771ff2a22f3801dfe174ca318cf4f67c1b1 (patch)
tree118bb7d76726b68d2155229b8039170e5c500d9e /mod/regmod.php
parentb294ff63024da5629a0d7b6f66aaa9af6d1dd400 (diff)
downloadvolse-hubzilla-40a06771ff2a22f3801dfe174ca318cf4f67c1b1.tar.gz
volse-hubzilla-40a06771ff2a22f3801dfe174ca318cf4f67c1b1.tar.bz2
volse-hubzilla-40a06771ff2a22f3801dfe174ca318cf4f67c1b1.zip
reciprocal verification on notify, poll
Diffstat (limited to 'mod/regmod.php')
-rw-r--r--mod/regmod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/regmod.php b/mod/regmod.php
index f2c3cb807..f03c2a3fe 100644
--- a/mod/regmod.php
+++ b/mod/regmod.php
@@ -6,7 +6,7 @@ function regmod_content(&$a) {
if(! local_user()) {
notice( t('Please login.') . EOL);
- $o = login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
+ $o .= '<br /><br />' . login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
return $o;
}