Skip to content

Commit 732788e

Browse files
committed
Fix typo in checking if exists db_connect()
1 parent 3425790 commit 732788e

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)