Skip to content

Commit e1acfb9

Browse files
authored
Merge pull request #2109 from xbotkaj/develop
Fix typo in checking if exists db_connect()
2 parents 3425790 + 732788e commit e1acfb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function config(string $name, bool $getShared = true)
111111

112112
//--------------------------------------------------------------------
113113

114-
if (! function_exists('db_connnect'))
114+
if (! function_exists('db_connect'))
115115
{
116116
/**
117117
* Grabs a database connection and returns it to the user.

0 commit comments

Comments
 (0)