diff options
author | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:38 -0100 |
---|---|---|
committer | Maxence Lange <maxence@artificial-owl.com> | 2023-04-12 09:34:49 -0100 |
commit | fc29b0d1b73b1f6c8a769de75064676528142a78 (patch) | |
tree | 8dccd2dbf36e3d3fd8deab12d31a23927347f418 /lib/private/Updater.php | |
parent | 9edc3aa354f51c2886c2c153621a84a465a44504 (diff) | |
download | nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.tar.gz nextcloud-server-fc29b0d1b73b1f6c8a769de75064676528142a78.zip |
app type extended_authentication
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/private/Updater.php')
-rw-r--r-- | lib/private/Updater.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Updater.php b/lib/private/Updater.php index 45c22dc89bc..2ca4c662a85 100644 --- a/lib/private/Updater.php +++ b/lib/private/Updater.php @@ -331,7 +331,7 @@ class Updater extends BasicEmitter { */ protected function doAppUpgrade(): void { $apps = \OC_App::getEnabledApps(); - $priorityTypes = ['authentication', 'filesystem', 'logging']; + $priorityTypes = ['authentication', 'extended_authentication', 'filesystem', 'logging']; $pseudoOtherType = 'other'; $stacks = [$pseudoOtherType => []]; |