fixed the name of an upgrade function, now the upgrade works
This commit is contained in:
parent
229aaaa270
commit
7fff83f8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue