* [DEV] Fixed DB structure & UI tweaks

This commit is contained in:
nuxsmin
2016-12-31 12:52:01 +01:00
parent 0684042ee8
commit 4280b9ec2f
7 changed files with 36 additions and 28 deletions

View File

@@ -125,8 +125,6 @@ class MySQLHandler implements DBStorageInterface
if (empty($this->dbHost) || empty($this->dbUser) || empty($this->dbPass) || empty($this->dbName)) {
if ($isInstalled) {
$this->dbStatus = 0;
Init::initError(_('No es posible conectar con la BD'), _('Compruebe los datos de conexión'));
} else {
throw new SPException(SPException::SP_CRITICAL,