From 042a090db4725a9fc1f50c3be445d64eb329ced3 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Tue, 18 Aug 2026 17:06:39 +0200 Subject: [PATCH] 0.9.5.1: gespeicherten Nextcloud-Zugriffsbenutzer verwenden --- runtime/reconcile-user-scope.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/reconcile-user-scope.php b/runtime/reconcile-user-scope.php index 7848f8d..d779679 100644 --- a/runtime/reconcile-user-scope.php +++ b/runtime/reconcile-user-scope.php @@ -129,7 +129,7 @@ try if (!is_array($config)) continue; if ((string)($config['origin'] ?? '') !== 'native') continue; - $accessUser = trim((string)($config['access_user'] ?? '')); + $accessUser = trim((string)($config['nextcloud_access_user'] ?? $config['access_user'] ?? '')); if ($accessUser === '') continue; try