diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index f4392c550..2c0fe1d91 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -12,7 +12,6 @@ Activities and tests. Added tests for File and Image assets to verify that this happens correctly. - fix - Unable to add EventsCalendar - - fix - Wiki Page not added to config - fix - Some functions in InOutBoard not internationalized diff --git a/docs/upgrades/upgrade_7.3.0-7.3.1.pl b/docs/upgrades/upgrade_7.3.0-7.3.1.pl index 117e28be4..c02c4d9c1 100644 --- a/docs/upgrades/upgrade_7.3.0-7.3.1.pl +++ b/docs/upgrades/upgrade_7.3.0-7.3.1.pl @@ -21,16 +21,9 @@ my $quiet; # this line required my $session = start(); # this line required cleanupEventsCalendar($session); -addWikiMaster($session); finish($session); # this line required -#------------------------------------------------- -sub addWikiMaster { - my $session = shift; - $session->config->addToArray("assetContainers","WebGUI::Asset::Wobject::WikiMaster"); -} - #------------------------------------------------- sub cleanupEventsCalendar { my $session = shift;