summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 4b99cd1..55e3e23 100644
--- a/authfas.module
+++ b/authfas.module
@@ -5,7 +5,7 @@
* Implementation of hook_help().
*/
function authfas_help($path, $arg) {
- $output = ''; //declare your output variable
+ $output = '';
switch ($path) {
case "admin/help#authfas":
$output = '<p>'. t("Authentication to the Fedora Account System (FAS)") .'</p>';