Skip to content

Commit

Permalink
Merge pull request #5486 from mc12345678/v158-database-object-link
Browse files Browse the repository at this point in the history
Restore access to the mysqli object
  • Loading branch information
scottcwilson committed Dec 16, 2022
2 parents 07a719a + 2d3eb57 commit 0c7e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/classes/db/mysql/query_factory.php
Expand Up @@ -19,7 +19,7 @@
*/
class queryFactory extends base
{
private $link; // mysqli object
public $link; // mysqli object
private $count_queries = 0;
private $total_query_time;
public $dieOnErrors = false;
Expand Down

0 comments on commit 0c7e217

Please sign in to comment.