1
0
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:
Cameron
2023-01-03 09:11:59 -08:00
committed by GitHub

View File

@@ -549,7 +549,7 @@ class xmlClass
$ret = array();
$tags = get_object_vars($xml);
$tags = (array) $xml;
//remove comments