X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FPage%2FRegister.pm;h=4b93a849802793ae25e252357d95534bb9434028;hb=8d29b3b10314c58d01fe2ce7e69865d04525406d;hp=599f1c4b0aaaf089bc3173d80f8a4b082f688caf;hpb=6af4c58414046030f387c7f8cb8aa06776d64607;p=plack-app-gruntmaster.git diff --git a/lib/Gruntmaster/Page/Register.pm b/lib/Gruntmaster/Page/Register.pm index 599f1c4..4b93a84 100644 --- a/lib/Gruntmaster/Page/Register.pm +++ b/lib/Gruntmaster/Page/Register.pm @@ -11,7 +11,7 @@ use Apache2::Authen::Passphrase qw/pwcheck pwset USER_REGEX/; use Plack::Request; sub generate{ - my ($self, $format, $env, $ct, $job, $ext) = @_; + my ($self, $format, $env) = @_; my $r = Plack::Request->new($env); my ($username, $password, $confirm_password, $name, $email, $phone, $town, $university, $level) = map { die if length > 200; $_ } map {scalar $r->param($_)} qw/username password confirm_password name email phone town university level/;