Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend
This commit is contained in:
@@ -185,7 +185,7 @@ abstract class Base
|
||||
throw new Error('Another upgrade process is currently running.');
|
||||
}
|
||||
|
||||
$this->upgradeId = uniqid('upg');
|
||||
$this->upgradeId = uniqid();
|
||||
|
||||
return $this->upgradeId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user