Fix register policy
This commit is contained in:
@@ -42,7 +42,7 @@ function register_post(&$a) {
|
||||
return;
|
||||
}
|
||||
|
||||
$policy = get_config('system','register_policy');
|
||||
$policy = get_config('config','register_policy');
|
||||
|
||||
switch($policy) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user