Fixed issue #10.

This commit is contained in:
Rooty 2020-12-09 01:39:50 +01:00
parent 19f0472bf6
commit bd5484cf00

View File

@ -95,7 +95,7 @@ class NavigationPrint extends Printing
$tabObject =$this->getObjectSon(eid()); $tabObject =$this->getObjectSon(eid());
for ($i=0; $i<count($tabObject);$i++) for ($i=0; $i<count($tabObject);$i++)
{ {
if ($tabObject[$i][0]->getClassName()=="Home") if ($tabObject[$i][0]->getClassName()=="home")
{ {
$urlArray["id"]=$tabObject[$i][1]->getId(); $urlArray["id"]=$tabObject[$i][1]->getId();
} }