]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/config/.htconfig.php
And again ...
[friendica.git] / tests / datasets / config / .htconfig.php
index 7ab35bb28e65a29018d574627a52d66f7799bedf..696ca5a03c0cbff98c326af15a08f59cde781666 100644 (file)
@@ -31,7 +31,7 @@ $a->config['sitename'] = "Friendica My Network";
 // and/or approve/deny the request.
 // In order to perform system administration via the admin panel, admin_email
 // must precisely match the email address of the person logged in.
-$a->config['register_policy'] = REGISTER_OPEN;
+$a->config['register_policy'] = Friendica\Module\Register::OPEN;
 $a->config['register_text'] = 'A register text';
 $a->config['admin_email'] = 'admin@test.it';
 $a->config['admin_nickname'] = 'Friendly admin';