Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
Yuri Kuznetsov
2014-04-11 17:20:52 +03:00
+1 -1
View File
@@ -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;
}