Bugfix, allows both "true" an "1" for registration enabled,
parent
cadc7b7750
commit
64d19f61f2
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
// registration is allowed, go on
|
||||
if ($config['registration_enabled'] === true) {
|
||||
if ($config['registration_enabled'] == true) {
|
||||
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in New Issue