mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10463] removed extra comma in malformed query in acp_styles.php
PHPBB3-10463
This commit is contained in:
@@ -2400,7 +2400,7 @@ version = {VERSION}
|
||||
$select_bf = '';
|
||||
}
|
||||
|
||||
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path, $select_bf
|
||||
$sql = "SELECT {$mode}_id, {$mode}_name, {$mode}_path $select_bf
|
||||
FROM $sql_from
|
||||
WHERE {$mode}_name = '" . $db->sql_escape($cfg_data['inherit_from']) . "'
|
||||
AND {$mode}_inherits_id = 0";
|
||||
|
Reference in New Issue
Block a user