mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Add second dir change on LegacyHandler init
Sometimes after start session the dir was not correct
This commit is contained in:
parent
c8cca0ac99
commit
30e8c749ba
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ abstract class LegacyHandler
|
|||
|
||||
$this->startSession();
|
||||
|
||||
// force legacy dir
|
||||
chdir($this->legacyDir);
|
||||
|
||||
$this->state->setActiveScope($this->getHandlerKey());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue