Skip to content

Commit ba56c07

Browse files
committed
Fix #426 Get lib path dinamically
1 parent d23aad0 commit ba56c07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Saml2/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ private function _loadPaths()
164164
'base' => $basePath,
165165
'config' => $basePath,
166166
'cert' => $basePath.'certs/',
167-
'lib' => $basePath.'src/Saml2/'
167+
'lib' => __DIR__ . '/',
168168
);
169169

170170
if (defined('ONELOGIN_CUSTOMPATH')) {

0 commit comments

Comments
 (0)