From 7df33bb96366714116f8986f4a0a7d22f26729bf Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 3 Jan 2013 13:50:23 -0800 Subject: fix register_policy globally --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b8742b458..d86b48436 100644 --- a/boot.php +++ b/boot.php @@ -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')) { -- cgit v1.2.3