Skip to content

Commit

Permalink
Merge pull request #2109 from xbotkaj/develop
Browse files Browse the repository at this point in the history
Fix typo in checking if exists db_connect()
  • Loading branch information
lonnieezell authored Jul 25, 2019
2 parents 3425790 + 732788e commit e1acfb9
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 e1acfb9

Please sign in to comment.