mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
pull request #91 fabrixxm (manual merge)
This commit is contained in:
parent
e0e3cc7a72
commit
afe4cc8bfa
5 changed files with 79 additions and 58 deletions
2
boot.php
2
boot.php
|
@ -2661,7 +2661,7 @@ function parse_xml_string($s) {
|
|||
$x = @simplexml_load_string($s2);
|
||||
if(count(libxml_get_errors()))
|
||||
foreach(libxml_get_errors() as $err)
|
||||
logger('libxml: parse: ' . $err, LOGGER_DATA);
|
||||
logger('libxml: parse: ' . $err->code." at ".$err->line.":".$err->column." : ".$err->message, LOGGER_DATA);
|
||||
libxml_clear_errors();
|
||||
return $x;
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue