File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ function getFileModificationHistory(): array {
689689
690690 echo "Iterating over extension specific version files... " ;
691691 if ($ ac ["GENERATE " ] != "no " ) {
692- $ globdir = dirname ($ ac ["GENERATE " ]) . "/{../, ./}versions.xml " ;
692+ $ globdir = dirname ($ ac ["GENERATE " ]) . "/{../. ./}versions.xml " ;
693693 }
694694 else {
695695 if (file_exists ($ ac ['rootdir ' ] . '/en/trunk ' )) {
@@ -699,6 +699,9 @@ function getFileModificationHistory(): array {
699699 }
700700 $ globdir .= "/*/*/versions.xml " ;
701701 }
702+ if (!defined ('GLOB_BRACE ' )) {
703+ define ('GLOB_BRACE ' , 0 );
704+ }
702705 foreach (glob ($ globdir , GLOB_BRACE ) as $ file ) {
703706 if ($ tmp ->load ($ file )) {
704707 foreach ($ tmp ->getElementsByTagName ("function " ) as $ function ) {
You can’t perform that action at this time.
0 commit comments