Commit 4d8a1f9f authored by Frédéric Buclin's avatar Frédéric Buclin

s/sortey/sortkey/g

parent bdbea0ef
...@@ -83,7 +83,7 @@ use constant VALIDATORS => { ...@@ -83,7 +83,7 @@ use constant VALIDATORS => {
description => \&_check_description, description => \&_check_description,
cc_list => \&_check_cc_list, cc_list => \&_check_cc_list,
target_type => \&_check_target_type, target_type => \&_check_target_type,
sortkey => \&_check_sortey, sortkey => \&_check_sortkey,
is_active => \&Bugzilla::Object::check_boolean, is_active => \&Bugzilla::Object::check_boolean,
is_requestable => \&Bugzilla::Object::check_boolean, is_requestable => \&Bugzilla::Object::check_boolean,
is_requesteeble => \&Bugzilla::Object::check_boolean, is_requesteeble => \&Bugzilla::Object::check_boolean,
...@@ -309,7 +309,7 @@ sub _check_target_type { ...@@ -309,7 +309,7 @@ sub _check_target_type {
return $target_type; return $target_type;
} }
sub _check_sortey { sub _check_sortkey {
my ($invocant, $sortkey) = @_; my ($invocant, $sortkey) = @_;
(detaint_natural($sortkey) && $sortkey <= MAX_SMALLINT) (detaint_natural($sortkey) && $sortkey <= MAX_SMALLINT)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment