Skip to content

Commit

Permalink
Fix typo in checking if exists db_connect()
Browse files Browse the repository at this point in the history
  • Loading branch information
jbotka committed Jul 25, 2019
1 parent 3425790 commit 732788e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function config(string $name, bool $getShared = true)

//--------------------------------------------------------------------

if (! function_exists('db_connnect'))
if (! function_exists('db_connect'))
{
/**
* Grabs a database connection and returns it to the user.
Expand Down

0 comments on commit 732788e

Please sign in to comment.