mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Notice removal
This commit is contained in:
@@ -620,12 +620,18 @@ class xmlClass
|
||||
{
|
||||
return $vars;
|
||||
}
|
||||
|
||||
|
||||
|
||||
foreach($this->arrayTags as $p)
|
||||
{
|
||||
|
||||
list($vl,$sub) = explode("/",$p);
|
||||
if(strpos($p,"/")!==false)
|
||||
{
|
||||
list($vl,$sub) = explode("/",$p);
|
||||
}
|
||||
else
|
||||
{
|
||||
$vl = $p;
|
||||
$sub = false;
|
||||
}
|
||||
|
||||
if($sub)
|
||||
{
|
||||
|
Reference in New Issue
Block a user