Completed
Push — master ( 4c156e...0bab36 )
by Nazar
03:59
created
components/modules/System/api/Controller/profile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 		if ($User->guest()) {
23 23
 			throw new ExitException(403);
24 24
 		}
25
-		$fields       = [
25
+		$fields = [
26 26
 			'id',
27 27
 			'login',
28 28
 			'username',
Please login to merge, or discard this patch.