oups... should not do that...

This commit is contained in:
marijus 2013-11-09 18:32:59 +01:00
parent 1ee9e8caf8
commit b2bb308e24

View File

@ -229,7 +229,7 @@ function navbar_complete(&$a) {
// logger('navbar_complete');
if((get_config('system','block_public')) && (! local_user()) && (! remote_user())) {
return login();
return;
}
$dirmode = intval(get_config('system','directory_mode'));