Set installing flag

This commit is contained in:
Clemente Raposo 2021-09-27 19:20:15 +01:00
parent efdc1af8c4
commit dcd4bc2546
4 changed files with 27 additions and 1 deletions

View file

@ -105,6 +105,9 @@ class InstallHandler extends LegacyHandler
{
$this->switchSession($this->legacySessionName);
chdir($this->legacyDir);

global $installing;
$installing = true;
}

/**