fix deprecations

This commit is contained in:
Ortwin Pinke 2022-12-16 18:37:03 +01:00
parent 58b47350e1
commit 5f1af41450

View file

@ -323,7 +323,7 @@ class cSession {
while ($l) {
## Structural recursion.
$this->serialize($var . "->" . $l, $str);
eval("\$l = next(\$${var}->persistent_slots);");
eval("\$l = next(\${$var}->persistent_slots);");
}
break;