Merge branch 'legacy/pm4' into stable

This commit is contained in:
Dylan K. Taylor
2023-09-21 13:27:04 +01:00
6 changed files with 30 additions and 25 deletions

View File

@ -360,7 +360,7 @@ class MemoryManager{
'_SESSION' => true
];
foreach(Utils::stringifyKeys($GLOBALS) as $varName => $value){
foreach($GLOBALS as $varName => $value){
if(isset($ignoredGlobals[$varName])){
continue;
}