From 7fff83f8ad2386bb8acfdd1f0e34b89c7f0e6203 Mon Sep 17 00:00:00 2001 From: daviddelikat Date: Sat, 12 Sep 2009 01:09:59 -0500 Subject: [PATCH] fixed the name of an upgrade function, now the upgrade works --- docs/upgrades/upgrade_7.7.19-7.8.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_7.7.19-7.8.0.pl b/docs/upgrades/upgrade_7.7.19-7.8.0.pl index 5257bef4e..327385caa 100644 --- a/docs/upgrades/upgrade_7.7.19-7.8.0.pl +++ b/docs/upgrades/upgrade_7.7.19-7.8.0.pl @@ -51,7 +51,7 @@ finish($session); # this line required #---------------------------------------------------------------------------- # Add the column for featured wiki pages -sub exampleFunction { +sub addFeaturedPageWiki { my $session = shift; print "\tAdding featured pages to the Wiki " unless $quiet;