Update SqlDb.php

This commit is contained in:
Roman Kelesidis 2025-03-01 21:08:48 +03:00
commit 317e29fbd5

View file

@ -657,7 +657,7 @@ class SqlDb
$this->init(); $this->init();
} }
return "{$this->selected_db}_{$name}"; return "{$this->selected_db}_$name";
} }
/** /**