add missing module use line to upgrade script
This commit is contained in:
parent
0d8a33c0ea
commit
793cc2b0b5
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ use lib "../../lib";
|
||||||
use strict;
|
use strict;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use WebGUI::Session;
|
use WebGUI::Session;
|
||||||
|
use WebGUI::ProfileField;
|
||||||
|
|
||||||
|
|
||||||
my $toVersion = "7.5.0"; # make this match what version you're going to
|
my $toVersion = "7.5.0"; # make this match what version you're going to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue