diff --git a/mass_contact.module b/mass_contact.module
index 5f42b44..6558789 100644
--- a/mass_contact.module
+++ b/mass_contact.module
@@ -76,8 +76,8 @@ function mass_contact_help($path, $arg) {
       ) . '</p>';
       break;
 
-    return $output;
   }
+  return $output;
 }
 
 
