mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Merge pull request #4939 from Deltik/fix/4938
#4938: Workaround for PHP 8.2.0 segmentation fault / assertion error
This commit is contained in:
@@ -549,7 +549,7 @@ class xmlClass
|
|||||||
|
|
||||||
$ret = array();
|
$ret = array();
|
||||||
|
|
||||||
$tags = get_object_vars($xml);
|
$tags = (array) $xml;
|
||||||
|
|
||||||
|
|
||||||
//remove comments
|
//remove comments
|
||||||
|
Reference in New Issue
Block a user