mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 08:10:58 +00:00
Merge branch '2.0'
This commit is contained in:
commit
33ed294b76
@ -630,7 +630,7 @@ abstract class PHP extends Engine
|
||||
$temp_value = [$quotient_value[$q_index]];
|
||||
$temp = $temp->multiply($y);
|
||||
$temp_value = &$temp->value;
|
||||
if ($temp_value !== []) {
|
||||
if (!count($temp_value)) {
|
||||
$temp_value = array_merge($adjust, $temp_value);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user