From 6a48b63f5cfc06fe728d47c88682d957780faed4 Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Fri, 3 Jul 2009 11:40:47 +0200 Subject: [PATCH] Typo in arg name. --- html/Callbacks/MandatoryRequestor/Ticket/Create.html/BeforeCreate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.11.0