Fixed undefined variable
This commit is contained in:
parent
7c422d58af
commit
18c4991c52
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue