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

andyhu’s picture

Status: Active » Closed (won't fix)