diff --git a/src/SqlDb.php b/src/SqlDb.php index b739814b9..985837058 100644 --- a/src/SqlDb.php +++ b/src/SqlDb.php @@ -657,7 +657,7 @@ class SqlDb $this->init(); } - return "{$this->selected_db}_{$name}"; + return "{$this->selected_db}_$name"; } /**