--- file.module (saved version) +++ (current document) @@ -43,7 +43,7 @@ 'callback' => 'file_my_overview', 'callback arguments' => array($user->uid), 'access' => user_access('access content'), - 'type' => MENU_DYNAMIC_ITEM, + 'type' => MENU_NORMAL_ITEM, ); $items[] = array( 'path' => 'store/myfiles/'. $user->uid .'/download',