Skip to content

Commit

Permalink
Get lib path dinamically
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Nov 25, 2020
1 parent 370a5d9 commit c51877e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Saml2/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function _loadPaths()
'base' => $basePath,
'config' => $basePath,
'cert' => $basePath.'certs/',
'lib' => $basePath.'lib/Saml2/',
'lib' => __DIR__ . '/',
'extlib' => $basePath.'extlib/'
);

Expand Down

0 comments on commit c51877e

Please sign in to comment.