mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12786] White spaces found
Removed some white spaces PHPBB3-12786
This commit is contained in:
parent
e3b07274ef
commit
52204e0e6d
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@ abstract class profilefield_base_migration extends \phpbb\db\migration\migration
|
|||
public function create_language_entries()
|
||||
{
|
||||
$field_id = $this->get_custom_profile_field_id();
|
||||
|
||||
|
||||
$insert_buffer = new \phpbb\db\sql_insert_buffer($this->db, PROFILE_FIELDS_LANG_TABLE);
|
||||
|
||||
|
||||
$sql = 'SELECT lang_id
|
||||
FROM ' . LANG_TABLE;
|
||||
$result = $this->db->sql_query($sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue