1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Notice removal

This commit is contained in:
Cameron
2012-12-15 16:31:57 -08:00
parent ecb5153f7b
commit bda11edee4

View File

@@ -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)
{