--- sites/all/modules/talk/talk.module copy	2008-03-23 20:00:31.000000000 -0700
+++ sites/all/modules/talk/talk.module	2008-08-16 16:26:18.000000000 -0700
@@ -36,6 +36,7 @@ function talk_menu() {
     'description' => t('Configure settings for the talk page.'),
     'page callback' => 'drupal_get_form',
     'page arguments' => array('talk_admin_form'),
+    'access arguments' => array('administer site configuration'),
   );
   return $items;
 }
