Issue #3229485: Clean up some exclusion code
All threads resolved!
Compare changes
Files
4+ 47
− 18
@@ -79,6 +79,20 @@ class Updater {
@@ -79,6 +79,20 @@ class Updater {
@@ -98,8 +112,12 @@ class Updater {
@@ -98,8 +112,12 @@ class Updater {
public function __construct(StateInterface $state, TranslationInterface $translation, BeginnerInterface $beginner, StagerInterface $stager, CleanerInterface $cleaner, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher) {
public function __construct(StateInterface $state, TranslationInterface $translation, BeginnerInterface $beginner, StagerInterface $stager, CleanerInterface $cleaner, CommitterInterface $committer, FileSystemInterface $file_system, EventDispatcherInterface $event_dispatcher, string $app_root, string $site_path) {
@@ -108,6 +126,8 @@ class Updater {
@@ -108,6 +126,8 @@ class Updater {
@@ -171,34 +191,43 @@ class Updater {
@@ -171,34 +191,43 @@ class Updater {
$module_path = $this->fileSystem->realpath($module_handler->getModule('automatic_updates')->getPath());