I upgraded my blog from d6 to d7 beta1, but primary link don't integrate with main menu. I changed it in Database.

UPDATE {menu_custom} SET menu_name = 'main-menu' WHERE menu_name = 'primary-links';
UPDATE {menu_links} SET menu_name = 'main-menu' WHERE menu_name = 'primary-links';

Comments

sapox’s picture

Is this already fixed in the 7.0 release?

montesq’s picture

Status: Active » Closed (duplicate)