Index: block_save_edit.module
===================================================================
RCS file: /cvs/drupal/contributions/modules/block_save_edit/block_save_edit.module,v
retrieving revision 1.1
diff -u -p -r1.1 block_save_edit.module
--- block_save_edit.module	23 Feb 2008 18:41:10 -0000	1.1
+++ block_save_edit.module	29 Sep 2008 17:41:12 -0000
@@ -10,7 +10,7 @@
  *   Help text
  */
 function block_save_edit_help($path, $arg) {
-  switch ($section) {
+  switch ($path) {
     case 'admin/help#block_save_edit':
       return '<p>'. t('Block Save and Edit adds a "Save and edit" button to the block add and block configure forms.') .'</p>';
     default:
