Skip to content

Commit f68b85a

Browse files
committed
cs fix (4)
1 parent 59ad6a9 commit f68b85a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webroot/panel/account.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@
7474
$hasGroups = count($USER->getGroups()) > 0;
7575
if ($hasGroups) {
7676
die();
77-
} else if (!$SQL->accDeletionRequestExists($USER->getUID())) {
77+
break;
78+
}
79+
if (!$SQL->accDeletionRequestExists($USER->getUID())) {
7880
$USER->requestAccountDeletion();
7981
}
8082
break;

0 commit comments

Comments
 (0)