1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 12:43:51 +02:00
parent 90a95df0f5
commit 1f9b329f23

View File

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