From c51877e9e5801209da9a3e8c4a4c26e3f8b30e49 Mon Sep 17 00:00:00 2001 From: Sixto Martin Date: Wed, 25 Nov 2020 21:14:00 +0100 Subject: [PATCH] Get lib path dinamically --- lib/Saml2/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Saml2/Settings.php b/lib/Saml2/Settings.php index dcc0e8b6..a94183de 100644 --- a/lib/Saml2/Settings.php +++ b/lib/Saml2/Settings.php @@ -159,7 +159,7 @@ private function _loadPaths() 'base' => $basePath, 'config' => $basePath, 'cert' => $basePath.'certs/', - 'lib' => $basePath.'lib/Saml2/', + 'lib' => __DIR__ . '/', 'extlib' => $basePath.'extlib/' );