Completed
Push — master ( b42d34...5471d1 )
by Tobias
03:01
created
controller/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 			$data['U_MARK_READ'] = $this->path_helper->update_web_root_path($data['U_MARK_READ']);
54 54
 			$data['URL'] = $this->path_helper->update_web_root_path($data['URL']);
55 55
 			$data['L_MARK_READ'] = $this->user->lang['MARK_READ'];
56
-			$result[] =$data;
56
+			$result[] = $data;
57 57
 		}
58 58
 
59 59
 		return new JsonResponse($result);
Please login to merge, or discard this patch.