mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +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 (ref($duplex) eq "HASH") {
|
||||||
if (! exists($duplex->{'data'}) || ($duplex->{'data'} ne '2' && $duplex->{'data'} ne '3')) {
|
if (! exists($duplex->{'data'}) || ($duplex->{'data'} ne '2' && $duplex->{'data'} ne '3')) {
|
||||||
# Unknown duplex.
|
# Unknown duplex.
|
||||||
$duplex = 0;
|
$duplex = 1;
|
||||||
} else {
|
} else {
|
||||||
$duplex = int $duplex->{'data'};
|
$duplex = int $duplex->{'data'};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user