You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, the use of the preceeding require is not obvious. The ZZZAAuto.pm is required again in Kernel::Config::Defaults__new() called by my $CurrentDeploymentID = $Kernel::OM->Get('Kernel::Config')->Get('CurrentDeploymentID') || 0;
The
do $TargetFile
inKernel::System::SysConfig::ConfigurationDeploySync()
seem pretty useless, https://github.com/RotherOSS/otobo/blob/rel-10_1/Kernel/System/SysConfig.pm#L3752 . Simply do-ing the ZZZAAuto.pm file should have no effect at all.Also, the use of the preceeding
require
is not obvious. The ZZZAAuto.pm is required again inKernel::Config::Defaults__new()
called bymy $CurrentDeploymentID = $Kernel::OM->Get('Kernel::Config')->Get('CurrentDeploymentID') || 0;
I propose to remove the whole section.
@svenoe : What do you think?
The text was updated successfully, but these errors were encountered: