summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-01 20:01:00 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-01 20:01:00 -0400
commitdbd8f5385fda725ee6e44e3c8c11b7969b2b764c (patch)
treeca2206e76752e836121182e0517ef22a0470d237 /authfas.module
parent18d3e602b8e2335610479ada12e4acdfce34213d (diff)
downloaddrupal-authfas-6x-dbd8f5385fda725ee6e44e3c8c11b7969b2b764c.tar.gz
drupal-authfas-6x-dbd8f5385fda725ee6e44e3c8c11b7969b2b764c.tar.xz
drupal-authfas-6x-dbd8f5385fda725ee6e44e3c8c11b7969b2b764c.zip
Correct missing parentheses
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 5bd1ada..003fdf9 100644
--- a/authfas.module
+++ b/authfas.module
@@ -77,7 +77,7 @@ function authfas_menu() {
'type' => MENU_NORMAL_ITEM,
);
- if (!authfas_admin_validate($items) {
+ if (!authfas_admin_validate($items)) {
return FALSE;
}