Skip to content

Commit 7f74e6d

Browse files
s3inlcCopilot
andauthored
Update src/dba/AbstractModelFactory.class.php
Co-authored-by: Copilot <[email protected]>
1 parent 7650aef commit 7f74e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dba/AbstractModelFactory.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ public function getDB(bool $test = false): ?PDO {
906906
$dbHost = @DBA_SERVER;
907907
$dbPort = @DBA_PORT;
908908
$dbDB = @DBA_DB;
909-
if ($test) { // if the connection is beeing tested, take credentials from legacy global variable
909+
if ($test) { // if the connection is being tested, take credentials from legacy global variable
910910
global $CONN;
911911
$dbUser = $CONN['user'];
912912
$dbPass = $CONN['pass'];

0 commit comments

Comments
 (0)