Code: Select all
package Kernel::Output....
use strict;
use warnings;
our @ObjectDependencies = (
'Kernel::System::Web::Request',
'Kernel::Output::HTML::Layout',
'Kernel::Config',
)
use Kernel::System::ObjectManager;
Nevertheless the following code works:
Code: Select all
$Kernel::OM->Get(.....