mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10824] Show display-name in acp and change composer name
PHPBB3-10824
This commit is contained in:
@@ -802,7 +802,7 @@ class acp_styles
|
||||
$parent = $style_data['extra']['parent-style'];
|
||||
$style = array(
|
||||
'style_id' => 0,
|
||||
'style_name' => $style_data['name'],
|
||||
'style_name' => $style_data['extra']['display-name'],
|
||||
'style_copyright' => $style_data['license'],
|
||||
'style_active' => 0,
|
||||
'style_path' => $dir,
|
||||
|
Reference in New Issue
Block a user