Fixed issue #10.
This commit is contained in:
parent
19f0472bf6
commit
bd5484cf00
@ -95,7 +95,7 @@ class NavigationPrint extends Printing
|
||||
$tabObject =$this->getObjectSon(eid());
|
||||
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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user