Gargaj / wuhu

Lightweight Party Management System
http://wuhu.function.hu/
Other
41 stars 26 forks source link

Change empty to !empty in config.php #39

Closed Kwarf closed 5 years ago

Kwarf commented 5 years ago

I was doing a test setup today and couldn't get past the config screen. I checked the code in config.php and found that a change was made in bf4f94fb4ab5efbcf68c3e31de3a13cab3e63a41 where isset was changed to empty, so nothing happens now when submitting.

This PR simply changes empty to !empty which I'm guessing is the intended behavior.

Gargaj commented 5 years ago

Whoops @tditlu

tditlu commented 5 years ago

Gah, thanks @Kwarf