From: Emmanuel Lacour Date: Fri, 3 Jul 2009 09:40:47 +0000 (+0200) Subject: Typo in arg name. X-Git-Tag: 0.01~2 X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-MandatoryRequestor.git;a=commitdiff_plain;h=6a48b63f5cfc06fe728d47c88682d957780faed4 Typo in arg name. --- diff --git a/html/Callbacks/MandatoryRequestor/Ticket/Create.html/BeforeCreate b/html/Callbacks/MandatoryRequestor/Ticket/Create.html/BeforeCreate index 980693b..9a00746 100644 --- a/html/Callbacks/MandatoryRequestor/Ticket/Create.html/BeforeCreate +++ b/html/Callbacks/MandatoryRequestor/Ticket/Create.html/BeforeCreate @@ -1,7 +1,7 @@ <%INIT> my $ARGSRef = $ARGS{'ARGSRef'}; if ( (!exists $$ARGSRef{'AddMoreAttach'}) and (defined($$ARGSRef{'id'}) and $$ARGSRef{'id'} eq 'new') ) { - if ( (!$$ARGSRef{'Requestor'}) || ($$ARGSRef{'Requestor'} =~ /^[ \t]*$/) ) { + if ( (!$$ARGSRef{'Requestors'}) || ($$ARGSRef{'Requestors'} =~ /^[ \t]*$/) ) { $$skip_create = 1; push @{$results}, loc('Error: empty requestor'); }