From 6e4376a0f42dd3cabb2bc847f75707d0608eedc5 Mon Sep 17 00:00:00 2001 From: d47081 Date: Fri, 15 Jul 2022 16:36:09 +0300 Subject: [PATCH] fix syntax typo --- library/sqlite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/sqlite.php b/library/sqlite.php index b7e0d21..d2c33bc 100644 --- a/library/sqlite.php +++ b/library/sqlite.php @@ -2,7 +2,7 @@ class SQLite { - private _$db; + private $_db; public function __construct($database, $username, $password) {