diff --git a/docs/upgrades/upgrade_7.6.14-7.7.0.pl b/docs/upgrades/upgrade_7.6.14-7.7.0.pl index a614dffc7..573053173 100644 --- a/docs/upgrades/upgrade_7.6.14-7.7.0.pl +++ b/docs/upgrades/upgrade_7.6.14-7.7.0.pl @@ -123,7 +123,7 @@ sub installAssetHistory { print "\tAdding Asset History content handler... \n" unless $quiet; ##Content Handler my $contentHandlers = $session->config->get('contentHandlers'); - if (! isIn('WebGUI::Content::Handler', @{ $contentHandlers }) ) { + if (! isIn('WebGUI::Content::AssetHistory', @{ $contentHandlers }) ) { my @newHandlers = (); foreach my $handler (@{ $contentHandlers }) { push @newHandlers, $handler;