Verified Commit b1608d10 authored by godotislate's avatar godotislate
Browse files

chore: #3567589 Exempt 'system.modules_uninstall' route in UpdateHooks::pageTop()

By: cmlara
By: dww
By: andypost
By: smustgrave
(cherry picked from commit d867a4ad)
parent 492a1523
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,7 +66,9 @@ public function pageTop(): void {
        case 'update.status':
        case 'update.settings':
        case 'system.status':
        case 'system.modules_uninstall':
        case 'system.theme_install':
        case 'system.theme_uninstall':
        case 'system.batch_page.html':
          return;