Ver código fonte

Change option name again to be more like the other options

Signed-off-by: Retidurc Silvernight <retidurc@silvernight.social>
tags/v26.0.0beta1
Retidurc Silvernight 1 ano atrás
pai
commit
2269f35842
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      lib/private/DB/ConnectionFactory.php

+ 1
- 1
lib/private/DB/ConnectionFactory.php Ver arquivo

@@ -233,7 +233,7 @@ class ConnectionFactory {
];
}

if ($this->config->getValue('db.persistent', false)) {
if ($this->config->getValue('dbpersistent', false)) {
$connectionParams['persistent'] = true;
}


Carregando…
Cancelar
Salvar