mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-11171-15556-edicion-de-historico-sigue-fallando-en-771' into 'develop'
Ent 11171 15556 edicion de historico sigue fallando en 771 See merge request artica/pandorafms!5875
This commit is contained in:
commit
4f5315db98
@ -156,6 +156,9 @@ final class DBMaintainer
|
||||
return true;
|
||||
}
|
||||
|
||||
// Problem with php 8.1.
|
||||
mysqli_report(MYSQLI_REPORT_OFF);
|
||||
|
||||
$link = mysqli_init();
|
||||
$link->options(MYSQLI_OPT_CONNECT_TIMEOUT, 2);
|
||||
$rc = mysqli_real_connect(
|
||||
|
Loading…
x
Reference in New Issue
Block a user