1
0
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:
Stanislav Atanasov 2014-06-29 12:21:40 +03:00
parent e3b07274ef
commit 52204e0e6d

View File

@ -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);