Fix breakage from not passing $session into an upgrade function in the
script for 7.2.1.
This commit is contained in:
parent
e3350f05ef
commit
24b0e8c8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ my $quiet; # this line required
|
||||||
my $session = start(); # this line required
|
my $session = start(); # this line required
|
||||||
|
|
||||||
# upgrade functions go here
|
# upgrade functions go here
|
||||||
fixInOutBoardTable();
|
fixInOutBoardTable($session);
|
||||||
|
|
||||||
finish($session); # this line required
|
finish($session); # this line required
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue