Add second dir change on LegacyHandler init

Sometimes after start session the dir was not correct
This commit is contained in:
Clemente Raposo 2025-01-28 11:42:59 +00:00 committed by Jack Anderson
parent c8cca0ac99
commit 30e8c749ba

View file

@ -116,6 +116,9 @@ abstract class LegacyHandler
$this->startSession();
// force legacy dir
chdir($this->legacyDir);
$this->state->setActiveScope($this->getHandlerKey());
}