Fixed undefined variable

This commit is contained in:
Maximilian Giller 2021-07-26 22:57:02 +02:00
parent 7c422d58af
commit 18c4991c52

View file

@ -7,6 +7,7 @@ class DbOperations
{ {
$this->resetQuery(); $this->resetQuery();
$this->tablePrefix = $tablePrefix; $this->tablePrefix = $tablePrefix;
$this->customValueId = 0;
require(__DIR__ . "/../config/config.php"); require(__DIR__ . "/../config/config.php");
$this->config = $config; $this->config = $config;