Skip to content

Commit

Permalink
Fix constant assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
haszi committed May 17, 2024
1 parent 25026bd commit 1c46e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ function getFileModificationHistory(): array {
$globdir .= "/*/*/versions.xml";
}
if (!defined('GLOB_BRACE')) {
GLOB_BRACE = 0;
defined('GLOB_BRACE', 0);
}
foreach(glob($globdir, GLOB_BRACE) as $file) {
if($tmp->load($file)) {
Expand Down

0 comments on commit 1c46e78

Please sign in to comment.