aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Updater.php
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:38 -0100
committerMaxence Lange <maxence@artificial-owl.com>2023-04-12 09:34:49 -0100
commitfc29b0d1b73b1f6c8a769de75064676528142a78 (patch)
tree8dccd2dbf36e3d3fd8deab12d31a23927347f418 /lib/private/Updater.php
parent9edc3aa354f51c2886c2c153621a84a465a44504 (diff)
downloadnextcloud-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.php2
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 => []];