Skip to content

Commit

Permalink
Fix mistakes from last upmerge (#37826)
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed May 18, 2022
1 parent bd48af8 commit 2069ac3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -6387,6 +6387,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/administrator/components/com_users/src/Field/PrimaryauthprovidersField.php',
// From 4.1.2 to 4.1.3
'/libraries/vendor/webmozart/assert/.php_cs',
// From 4.1 to 4.2.0
'/libraries/src/Service/Provider/ApiRouter.php',
);

$folders = array(
Expand Down Expand Up @@ -7720,10 +7722,6 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
'/libraries/vendor/tobscure/json-api/.git/hooks',
'/libraries/vendor/tobscure/json-api/.git/branches',
'/libraries/vendor/tobscure/json-api/.git',
// From 4.1.1 to 4.1.2
'/administrator/components/com_users/src/Field/PrimaryauthprovidersField.php',
// From 4.1.1 to 4.2.0
'/libraries/src/Service/Provider/ApiRouter.php'
);

$status['files_checked'] = $files;
Expand Down

0 comments on commit 2069ac3

Please sign in to comment.