Fix guestaccess selection in setup

This commit is contained in:
Daniel Winzen
2016-04-11 16:19:21 +02:00
parent fd807ff5ff
commit 333983a2c3
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Move some more settings to the database
Add CSS to limit list of chatters hight
Attempt to create database when there is no connection
Add fallback option for moderator approval
Fix guestaccess selection in setup
Version 1.15.3 - Mar. 6, 2016
Allow using html tags in linkfilter without breaking dereferrer or image embed

View File

@ -486,8 +486,9 @@ function send_setup(){
echo ">$I[guestwait]</option>";
echo '<option value="3"';
if($ga===3){
echo ' selected'; echo ">$I[adminallow]</option>";
echo ' selected';
}
echo ">$I[adminallow]</option>";
echo '<option value="0"';
if($ga===0){
echo ' selected';