mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12030] Include adm/images/ when the css file was updated
The images are referenced relative from the admin.css file. So when it was updated and the images where not, the updater will be without images, unless we ensure that they are included in the update-package. PHPBB3-12021 PHPBB3-12030
This commit is contained in:
parent
eac19fb5f6
commit
4429022b98
1 changed files with 6 additions and 0 deletions
|
@ -181,6 +181,12 @@ if (sizeof($package->old_packages))
|
|||
* files from the same or subsequent directories.
|
||||
*/
|
||||
$copy_relative_directories = array(
|
||||
'adm/style/admin.css' => array(
|
||||
'copied' => false,
|
||||
'copy' => array(
|
||||
'adm/images/*' => 'adm/images',
|
||||
),
|
||||
),
|
||||
'config/' => array(
|
||||
'copied' => false,
|
||||
'copy' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue