mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +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();
|
||||
|
||||
$tags = get_object_vars($xml);
|
||||
$tags = (array) $xml;
|
||||
|
||||
|
||||
//remove comments
|
||||
|
Reference in New Issue
Block a user