From 732788ee4913eb740ea435fee3d88029777aada6 Mon Sep 17 00:00:00 2001 From: xbotkaj <52993808+xbotkaj@users.noreply.github.com> Date: Thu, 25 Jul 2019 20:36:00 +0200 Subject: [PATCH] Fix typo in checking if exists db_connect() --- system/Common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Common.php b/system/Common.php index 213c6dd808a0..8adbea9afee2 100644 --- a/system/Common.php +++ b/system/Common.php @@ -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.