Completed
Push — sf2.7 ( fa1c69...713b85 )
by Laurent
03:29
created
src/AppBundle/Controller/DefaultController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             $subFamId = '';
50 50
             $famLogId = $request->get('id');
51 51
             $subFamId = $request->get('id2');
52
-            if ($famLogId  != '') {
52
+            if ($famLogId != '') {
53 53
                 $subFamilyLogs = $etm
54 54
                     ->getRepository('GlsrGestockBundle:subFamilyLog')
55 55
                     ->getFromFamilyLog($famLogId);
Please login to merge, or discard this patch.