aboutsummaryrefslogtreecommitdiffstats
path: root/mod/register.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-22 20:07:18 -0800
committerfriendica <info@friendica.com>2013-12-22 20:07:18 -0800
commitca05565fcc51ebcbb032a800c4ee22074d3bad44 (patch)
tree3ca7d24f0e90be3cfece5e75d30b06c9d999465d /mod/register.php
parentdcc58dec0037f41cc89c42ced5c1968517eb34c8 (diff)
downloadvolse-hubzilla-ca05565fcc51ebcbb032a800c4ee22074d3bad44.tar.gz
volse-hubzilla-ca05565fcc51ebcbb032a800c4ee22074d3bad44.tar.bz2
volse-hubzilla-ca05565fcc51ebcbb032a800c4ee22074d3bad44.zip
one step closer to merging register and pubsites pages
Diffstat (limited to 'mod/register.php')
-rw-r--r--mod/register.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/register.php b/mod/register.php
index 2040732ff..3f1fc5400 100644
--- a/mod/register.php
+++ b/mod/register.php
@@ -137,8 +137,8 @@ function register_content(&$a) {
if(get_config('system','register_policy') == REGISTER_CLOSED) {
- notice("Permission denied." . EOL);
- return;
+ require_once('mod/pubsites.php');
+ return pubsites_content($a);
}
$max_dailies = intval(get_config('system','max_daily_registrations'));