diff options
author | Thomas Willingham <founder@kakste.com> | 2013-01-03 12:44:23 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-01-03 12:44:23 +0000 |
commit | 3b140d6e2fdefc4860256e040bc736f6fa557d56 (patch) | |
tree | aae2f1fb41d11bac0a39c8b84e620cbf8fec6bbc /mod | |
parent | 60e2d7b0264d49bd3d4fb2c49b02c0edfee4246b (diff) | |
download | volse-hubzilla-3b140d6e2fdefc4860256e040bc736f6fa557d56.tar.gz volse-hubzilla-3b140d6e2fdefc4860256e040bc736f6fa557d56.tar.bz2 volse-hubzilla-3b140d6e2fdefc4860256e040bc736f6fa557d56.zip |
Fix register policy
Diffstat (limited to 'mod')
-rw-r--r-- | mod/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php index dbf8d25b7..88fe69039 100644 --- a/mod/register.php +++ b/mod/register.php @@ -42,7 +42,7 @@ function register_post(&$a) { return; } - $policy = get_config('system','register_policy'); + $policy = get_config('config','register_policy'); switch($policy) { |