diff --git a/configure.php b/configure.php index cf1879aac..2ffe6c784 100755 --- a/configure.php +++ b/configure.php @@ -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)) {