svsticky / constipated-koala

Management system for our study association
https://koala.svsticky.nl/
GNU General Public License v3.0
16 stars 4 forks source link

admin/member creation: remove superfluous and undefined NIL parameter #990

Closed Riscky closed 2 years ago

Riscky commented 2 years ago

Fixes #978

NIL is undefined, which is why the crash happens (the correct spelling is nil). How this has been undiscovered for 2 years is a bit of a mystery to me. The extra argument to options_for_select isn't needed, so I removed it.