=== modified file 'uc_store/includes/summaries.inc'
--- uc_store/includes/summaries.inc	2009-01-12 17:26:43 +0000
+++ uc_store/includes/summaries.inc	2009-06-05 19:47:21 +0000
@@ -171,6 +171,8 @@ function summarize_child_form_pages($pat
 
   while ($row = db_fetch_array($result)) {
     $item = menu_get_item($row['path']);
+    // Only allow items the user can access.
+    if ($item['access'] === FALSE) continue;
 
     if ($item['page_callback'] == 'drupal_get_form') {
       if ($item['type'] == MENU_DEFAULT_LOCAL_TASK) {

