From fc116d9b71f7dc192abc5816134219be5b0410f5 Mon Sep 17 00:00:00 2001 From: Date: Wed, 7 May 2008 14:12:24 +0200 Subject: [PATCH] $ret undefined --- include/lassospkit_saml_common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lassospkit_saml_common.inc.php b/include/lassospkit_saml_common.inc.php index c47f7e9..c4c07a3 100644 --- a/include/lassospkit_saml_common.inc.php +++ b/include/lassospkit_saml_common.inc.php @@ -49,6 +49,7 @@ class LassoSPKitSAMLCommon { /** Create the server object by retrieving the configuration from the data object. */ function initServer($base) { + $ret = 0; if ($this->server) { return 1; }