Completed
Pull Request — development (#840)
by
unknown
01:00
created
htdocs_symfony/src/Controller/Backend/SupportController.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -860,7 +860,9 @@
 block discarded – undo
860 860
             if ((($fetchedListingInfo->nodeListingAvailable == true) && ($fetchedOCCache->status != 1)) ||
861 861
                 (($fetchedListingInfo->nodeListingAvailable == false) && ($fetchedOCCache->status == 1))) {
862 862
                 array_push($tempArray, 'OC status != import status');
863
-            } else array_push($tempArray, '');
863
+            } else {
864
+                array_push($tempArray, '');
865
+            }
864 866
 
865 867
             if ((($fetchedListingInfo->nodeListingArchived == true) && ($fetchedOCCache->status != 3)) ||
866 868
                 (($fetchedListingInfo->nodeListingAvailable == false) && ($fetchedOCCache->status == 3))) {
Please login to merge, or discard this patch.