Logged In: NO

Hi,

I made a fix for it, don't know it it's correct, but I do
see the correct vars:

change line:
$this->paths[$pathk]["handler"]($this->paths[$pathk]["name"],$this->paths[$pathk]["attribs"],$this->paths[$pathk]["content"]);

into:
$this->paths[$pathk]["handler"]($this->paths[$pathk]["data"],$this->paths[$pathk]["attribs"],$this->paths[$pathk]["content"]);

and add the following line to the _data function below
content fill statement:
$this->paths[$pathk]["data"]=$data;

after this you will see the correct values.