Page 1 of 1

1.9.1 .. $node->haschildren depreciated or something?

Posted: Mon Nov 22, 2010 3:15 pm
by forbairt
Menus on one of my sites stopped working I was using a bit of code I'd found before for a menu called show_children_of

It was making use of $node->haschildren which doesn't seem to be doing much now ?

I could possibly go searching for documentation but meh to that (stuck on other stuff right now)

Fix was to change $node->haschildren to $node->children_exist

James