fixed typos
This commit is contained in:
parent
0a715ff616
commit
af8adc55e7
2 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@
|
||||||
- Fixed a bug in the forum where new replies defaulted to always subscribing
|
- Fixed a bug in the forum where new replies defaulted to always subscribing
|
||||||
the user to the thread.
|
the user to the thread.
|
||||||
- Bugfix [ 822324 ]: From field not working in DataForm when mailing to group
|
- Bugfix [ 822324 ]: From field not working in DataForm when mailing to group
|
||||||
|
- Fixed typos in importCollateral.pl
|
||||||
|
|
||||||
|
|
||||||
5.5.1
|
5.5.1
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ GetOptions(
|
||||||
'configFile=s'=>\$configFile,
|
'configFile=s'=>\$configFile,
|
||||||
'folderId=i'=>\$folderId,
|
'folderId=i'=>\$folderId,
|
||||||
'help'=>\$help,
|
'help'=>\$help,
|
||||||
'override'=>$override,
|
'override'=>\$override,
|
||||||
'pathToFiles=s'=>\$pathToFiles,
|
'pathToFiles=s'=>\$pathToFiles,
|
||||||
'quiet'=>\$quiet,
|
'quiet'=>\$quiet,
|
||||||
'thumbnailSize=i'=>\$thumbnailSize,
|
'thumbnailSize=i'=>\$thumbnailSize,
|
||||||
|
|
@ -152,7 +152,7 @@ sub addFiles {
|
||||||
#-----------------------------------------
|
#-----------------------------------------
|
||||||
sub setPrivileges {
|
sub setPrivileges {
|
||||||
print "Setting filesystem privileges.\n" unless ($quiet);
|
print "Setting filesystem privileges.\n" unless ($quiet);
|
||||||
if ($session{os}{type} = "Linuxish") {
|
if ($session{os}{type} eq "Linuxish") {
|
||||||
unless (system("chown -R ".$webUser." ".$session{config}{uploadsPath})) {
|
unless (system("chown -R ".$webUser." ".$session{config}{uploadsPath})) {
|
||||||
print "Privileges set.\n" unless ($quiet);
|
print "Privileges set.\n" unless ($quiet);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue