mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
Remove error message when 0 records returned.
This commit is contained in:
@@ -4269,6 +4269,12 @@ return;
|
||||
foreach($this->nodesToDisableSC as $node)
|
||||
{
|
||||
$value = $node->C14N();
|
||||
|
||||
if(empty($value))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$value = str_replace("
","\r",$value);
|
||||
|
||||
if($node->nodeName == 'pre')
|
||||
|
Reference in New Issue
Block a user