mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 12:33:29 +01:00
[ticket/12786] White spaces found
Removed some white spaces PHPBB3-12786
This commit is contained in:
parent
e3b07274ef
commit
52204e0e6d
@ -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…
x
Reference in New Issue
Block a user