Skip to content

Commit 6ab8488

Browse files
authored
Merge pull request SAML-Toolkits#260 from flysen/patch-1
Remove break from loop
2 parents 41e5d75 + 39eaa5c commit 6ab8488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_toolkit_loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
foreach ($folderInfo as $element) {
2121
if (is_file($libDir.$element) && (substr($element, -4) === '.php')) {
2222
include_once $libDir.$element;
23-
break;
23+
//break;
2424
}
2525
}

0 commit comments

Comments
 (0)