fix deprecations
This commit is contained in:
parent
58b47350e1
commit
5f1af41450
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue