Sorry to be picky, but in the function of 'node_clone_menu', there should be a if statement like this:
if($may_cache) {
blar....
}
return $items;
Otherwise it will called twice and menu cache will not work.
Sorry to be picky, but in the function of 'node_clone_menu', there should be a if statement like this:
if($may_cache) {
blar....
}
return $items;
Otherwise it will called twice and menu cache will not work.
Comments
Comment #1
andyhu commented