Unverified Commit 516dc432 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

... oh right, operator precedence

parent 238262c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ sub startup {
	chomp $self->config->{version};
	$self->defaults( version => $self->config->{version} // 'UNKNOWN' );

	$self->config->{registration}{link} = '/register/' . 10 + int( rand(70) );
	$self->config->{registration}{link}
	  = '/register/' . ( 10 + int( rand(70) ) );

	$self->plugin(
		authentication => {