1
0
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:
Marc Alexander
2016-01-17 14:11:21 +01:00
parent 732935582a
commit b0337b21d5
2 changed files with 3 additions and 4 deletions

View File

@@ -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,