mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
#10023 Fixed duplex 3
This commit is contained in:
parent
6cb4fcb84f
commit
57c9c55159
@ -232,7 +232,7 @@ sub prepare_tree {
|
||||
if (ref($duplex) eq "HASH") {
|
||||
if (! exists($duplex->{'data'}) || ($duplex->{'data'} ne '2' && $duplex->{'data'} ne '3')) {
|
||||
# Unknown duplex.
|
||||
$duplex = 0;
|
||||
$duplex = 1;
|
||||
} else {
|
||||
$duplex = int $duplex->{'data'};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user