fix register_policy globally

This commit is contained in:
friendica
2013-01-03 13:50:23 -08:00
parent 781f49768a
commit 7df33bb963
11 changed files with 16 additions and 16 deletions

View File

@@ -519,7 +519,7 @@ function settings_post(&$a) {
// }
//$_SESSION['theme'] = $theme;
if($email_changed && $a->config['register_policy'] == REGISTER_VERIFY) {
if($email_changed && $a->config['system']['register_policy'] == REGISTER_VERIFY) {
// FIXME - set to un-verified, blocked and redirect to logout
// Why? Are we verifying people or email addresses?