1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 15:03:34 +02:00
parent 7e20a3aeff
commit 0ebd83c016

View File

@ -12,7 +12,8 @@ class db
function __construct($database) function __construct($database)
{ {
$this->open($database); $this->database = $database;
$this->open();
} }