Skip to content

Commit 02e4123

Browse files
committed
Revert "Add exceptions from PR joomla#45512 ."
This reverts commit 23bdec8.
1 parent 23bdec8 commit 02e4123

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build/deleted_file_check.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,9 @@ function usage($command)
103103
$excludedFolders = [
104104
'images/sampledata',
105105
'installation',
106-
'media/com_guidedtours/images',
107-
'media/plg_behaviour_compat',
108106
'media/plg_captcha_recaptcha',
109107
'media/plg_captcha_recaptcha_invisible',
108+
'media/plg_behaviour_compat',
110109
'plugins/behaviour/compat',
111110
];
112111

@@ -234,10 +233,6 @@ function readZipFile($filePath, $excludeFolders): stdClass
234233
// Specific files (e.g. language files) that we want to keep on upgrade
235234
$filesToKeep = [
236235
// Example: "'/administrator/language/en-GB/en-GB.com_search.ini',",
237-
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2.ini',",
238-
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_2_steps.ini',",
239-
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3.ini',",
240-
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_3_steps.ini',",
241236
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4.ini',",
242237
"'/administrator/language/en-GB/guidedtours.joomla_whatsnew_5_4_steps.ini',",
243238
"'/administrator/language/en-GB/plg_behaviour_compat.ini',",

0 commit comments

Comments
 (0)