diff options
author | friendica <info@friendica.com> | 2013-01-03 13:50:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-03 13:50:23 -0800 |
commit | 7df33bb96366714116f8986f4a0a7d22f26729bf (patch) | |
tree | 08ac5b143f10833415119b8da1237647c602566b /boot.php | |
parent | 781f49768ad1659923a9e2c67bc43df6eeb43a6e (diff) | |
download | volse-hubzilla-7df33bb96366714116f8986f4a0a7d22f26729bf.tar.gz volse-hubzilla-7df33bb96366714116f8986f4a0a7d22f26729bf.tar.bz2 volse-hubzilla-7df33bb96366714116f8986f4a0a7d22f26729bf.zip |
fix register_policy globally
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) { |