fix upgrade id

This commit is contained in:
yuri
2018-11-06 16:24:13 +02:00
parent 7879b57ea3
commit aa78f4f9db
@@ -164,7 +164,7 @@ abstract class Base
throw new Error('Another installation process is currently running.');
}
$this->processId = uniqid('', true);
$this->processId = Util::generateId();
return $this->processId;
}