We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7650aef commit 7f74e6dCopy full SHA for 7f74e6d
src/dba/AbstractModelFactory.class.php
@@ -906,7 +906,7 @@ public function getDB(bool $test = false): ?PDO {
906
$dbHost = @DBA_SERVER;
907
$dbPort = @DBA_PORT;
908
$dbDB = @DBA_DB;
909
- if ($test) { // if the connection is beeing tested, take credentials from legacy global variable
+ if ($test) { // if the connection is being tested, take credentials from legacy global variable
910
global $CONN;
911
$dbUser = $CONN['user'];
912
$dbPass = $CONN['pass'];
0 commit comments