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 2ca3728..2bad8b2 100644
--- a/authfas.module
+++ b/authfas.module
@@ -126,7 +126,7 @@ function authfas_menu() {
return $items;
}
-function authfas_fas_login($username, $password, $url, $headers) {
+function authfas_fas_login($username, $password, $url, $headers = '') {
$username = strtolower($username);
$ch = curl_init();