Fix register policy
This commit is contained in:
parent
60e2d7b026
commit
3b140d6e2f
@ -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) {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user