Skip to content

Commit 0ce4fe2

Browse files
author
Vítězslav Dvořák
committed
unserialization cleanup
1 parent efc8b2a commit 0ce4fe2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
php-spojenet-abraflexi (3.6.7) UNRELEASED; urgency=medium
2+
3+
* unserialize fix
4+
5+
-- Vitex <vitezslav.dvorak@spojenet.cz> Thu, 15 Jan 2026 17:35:17 +0100
6+
17
php-spojenet-abraflexi (3.6.6) experimental; urgency=medium
28

39
[ vitex ]

src/AbraFlexi/RO.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,6 @@ public function __toString()
401401
*/
402402
public function __unserialize(array $data): void
403403
{
404-
foreach ($data as $key => $value) {
405-
$this->setupProperty((string) $key, $value);
406-
}
407-
408404
$this->curlInit();
409405
}
410406

0 commit comments

Comments
 (0)