From 1f9b329f233621052c6a1d6c881611a432aa9a52 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Sat, 31 Aug 2019 12:43:51 +0200 Subject: [PATCH] DT --- db.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.class.php b/db.class.php index 22b8b56..644328b 100644 --- a/db.class.php +++ b/db.class.php @@ -12,7 +12,7 @@ class db function __construct($database) { - $this.open($database); + $this->open($database); }