aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/config/db_text.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/config/db_text.php')
-rw-r--r--phpBB/includes/config/db_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/config/db_text.php b/phpBB/includes/config/db_text.php
index 0c18675ffc..7563a228f5 100644
--- a/phpBB/includes/config/db_text.php
+++ b/phpBB/includes/config/db_text.php
@@ -43,7 +43,7 @@ class phpbb_config_db_text
public function __construct(phpbb_db_driver $db, $table)
{
$this->db = $db;
- $this->table = $table;
+ $this->table = $this->db->sql_escape($table);
}
/**