Skip to content
Snippets Groups Projects

Issue #3228806: Exclude security hardened site/default

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -236,6 +236,7 @@ class Updater {
@@ -236,6 +236,7 @@ class Updater {
* Commits the current update.
* Commits the current update.
*/
*/
public function commit(): void {
public function commit(): void {
 
$this->dispatchUpdateEvent(AutomaticUpdatesEvents::PRE_COMMIT);
$this->committer->commit($this->getStageDirectory(), static::getActiveDirectory());
$this->committer->commit($this->getStageDirectory(), static::getActiveDirectory());
}
}
Loading