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
+1 -1
View File
@@ -1033,7 +1033,7 @@ function check_config(&$a) {
// wrapper for adding a login box. If $register == true provide a registration
// link. This will most always depend on the value of $a->config['register_policy'].
// link. This will most always depend on the value of $a->config['system']['register_policy'].
// returns the complete html for inserting into the page
if(! function_exists('login')) {