summaryrefslogtreecommitdiffstats
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to 'php')
-rw-r--r--php/environs/lasso_login.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/environs/lasso_login.c b/php/environs/lasso_login.c
index 3b0281f1..359c80e7 100644
--- a/php/environs/lasso_login.c
+++ b/php/environs/lasso_login.c
@@ -70,7 +70,7 @@ PHP_FUNCTION(lasso_login_init_authn_request) {
int num_args;
int ret;
- if ((num_args = ZEND_NUM_ARGS()) != 2)
+ if ((num_args = ZEND_NUM_ARGS()) != 1)
WRONG_PARAM_COUNT
if (zend_parse_parameters(num_args TSRMLS_CC, "z", &param) == FAILURE) {