Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Followup for bug#11952 - Generic Interface - TicketUpdate operation -…
Browse files Browse the repository at this point in the history
… DynamicFields not possible empty value.
  • Loading branch information
carlosgarciac committed May 3, 2016
1 parent 2bd6c1f commit f7c3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/GenericInterface/Operation/Ticket/TicketUpdate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package Kernel::GenericInterface::Operation::Ticket::TicketUpdate;
use strict;
use warnings;

use Kernel::System::VariableCheck qw(IsArrayRefWithData IsHashRefWithData IsString);
use Kernel::System::VariableCheck qw( :all );

use base qw(
Kernel::GenericInterface::Operation::Common
Expand Down

0 comments on commit f7c3826

Please sign in to comment.