Completed
Push — master ( 2b9739...8f8085 )
by Nazar
04:19
created
components/modules/System/api/Controller/profiles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 		if ($User->guest()) {
21 21
 			throw new ExitException(403);
22 22
 		}
23
-		$fields  = [
23
+		$fields = [
24 24
 			'id',
25 25
 			'login',
26 26
 			'username',
Please login to merge, or discard this patch.