]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix php:cs 30848/head
authorLouis Chemineau <louis@chmn.me>
Wed, 26 Jan 2022 09:47:16 +0000 (10:47 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 26 Jan 2022 10:52:01 +0000 (10:52 +0000)
Signed-off-by: Louis Chemineau <louis@chmn.me>
apps/files_external/lib/Lib/Backend/SMB.php

index 70eaa2064833b6ce3a0920150bdde8a824fa8d5d..bf73c5b40f844bd445f9bc22f0ac4dddce60fa0c 100644 (file)
@@ -112,7 +112,7 @@ class SMB extends Backend {
                                                                $username = $user;
                                                                $workgroup = $realm;
                                                        } else {
-                                                               $username = $matches[1];;
+                                                               $username = $matches[1];
                                                                $workgroup = $matches[2];
                                                        }
                                                        $smbAuth = new BasicAuth(