mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 01:04:24 +08:00
Set installing flag
This commit is contained in:
parent
efdc1af8c4
commit
dcd4bc2546
4 changed files with 27 additions and 1 deletions
|
@ -105,6 +105,9 @@ class InstallHandler extends LegacyHandler
|
|||
{
|
||||
$this->switchSession($this->legacySessionName);
|
||||
chdir($this->legacyDir);
|
||||
|
||||
global $installing;
|
||||
$installing = true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue