[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:
Joas Schilling 2013-12-19 15:25:38 +01:00
parent eac19fb5f6
commit 4429022b98

View file

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