mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 22:26:32 +02:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.php
This commit is contained in:
@ -92,7 +92,7 @@ class style_update_p1 extends \phpbb\db\migration\migration
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$sql = 'SELECT s.style_id, t.template_path, t.template_id, t.bbcode_bitfield, t.template_inherits_id, t.template_inherit_path, c.theme_path, c.theme_id
|
$sql = 'SELECT s.style_id, t.template_path, t.template_id, t.bbcode_bitfield, t.template_inherits_id, t.template_inherit_path, c.theme_path, c.theme_id
|
||||||
FROM ' . STYLES_TABLE . ' s, ' . $this->table_prefix . 'styles_template t, ' . $this->table_prefix . "stles_theme c
|
FROM ' . STYLES_TABLE . ' s, ' . $this->table_prefix . 'styles_template t, ' . $this->table_prefix . "styles_theme c
|
||||||
WHERE t.template_id = s.template_id
|
WHERE t.template_id = s.template_id
|
||||||
AND c.theme_id = s.theme_id";
|
AND c.theme_id = s.theme_id";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user