Fix a bug in upgrade script where session was not passed.
This commit is contained in:
parent
40d11e8693
commit
cc7b3fe3ef
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ my $quiet; # this line required
|
|||
my $session = start(); # this line required
|
||||
|
||||
# upgrade functions go here
|
||||
modifySortItems();
|
||||
modifySortItems( $session );
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue