Completed
Branch develop (4bc589)
by
unknown
20:09
created
htdocs/user/class/api_users.class.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -647,7 +647,7 @@
 block discarded – undo
647 647
 
648 648
 		return [
649 649
 			'success' => true,
650
-			'message' => "User $id removed from group $group"
650
+			'message' => "user $id removed from group $group"
651 651
 		];
652 652
 	}
653 653
 
Please login to merge, or discard this patch.