bugfix [ 1038129 ] Error importing with filemanagerimport.pl
This commit is contained in:
parent
1966e6466f
commit
0bb4091ade
2 changed files with 4 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
- bugfix [ 1038289 ] Performance problems with 6.2
|
||||
- bugfix [ 1038837 ] Hashing issues (Paul Malabad)
|
||||
- bugfix [ 1038678 ] 6.2.6- HTML Editor Image/ Collateral
|
||||
- bugfix [ 1038129 ] Error importing with filemanagerimport.pl
|
||||
|
||||
|
||||
6.2.6
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ use WebGUI::DateTime;
|
|||
use WebGUI::Session;
|
||||
use WebGUI::SQL;
|
||||
use WebGUI::Utility;
|
||||
use WebGUI::Wobject::FileManager;
|
||||
|
||||
|
||||
my $configFile;
|
||||
|
|
@ -46,13 +47,13 @@ my $wobjectId;
|
|||
|
||||
GetOptions(
|
||||
'configFile=s'=>\$configFile,
|
||||
'groupToView=i'=>\$groupToView,
|
||||
'groupToView=s'=>\$groupToView,
|
||||
'help'=>\$help,
|
||||
'override'=>$override,
|
||||
'pathToFiles=s'=>\$pathToFiles,
|
||||
'quiet'=>\$quiet,
|
||||
'webUser=s'=>\$webUser,
|
||||
'wobjectId=i'=>\$wobjectId
|
||||
'wobjectId=s'=>\$wobjectId
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue