Fix register policy

This commit is contained in:
Thomas Willingham 2013-01-03 12:44:23 +00:00
parent 60e2d7b026
commit 3b140d6e2f

View File

@ -42,7 +42,7 @@ function register_post(&$a) {
return; return;
} }
$policy = get_config('system','register_policy'); $policy = get_config('config','register_policy');
switch($policy) { switch($policy) {