Passed
Push — dpa_kw_prefs ( 0486ec...f61377 )
by Vitalii
09:12
created
html/user/workunit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     // (so that bad guys can't tell if they have an unreplicated job)
66 66
 
67 67
     $config = get_config();
68
-    if ($app->target_nresults>0 && !$wu->canonical_resultid && !$wu->error_mask && !parse_bool($config, "dont_suppress_pending")) {
68
+    if ($app->target_nresults > 0 && !$wu->canonical_resultid && !$wu->error_mask && !parse_bool($config, "dont_suppress_pending")) {
69 69
         row2(tra("Tasks in progress"), tra("suppressed pending completion"));
70 70
         end_table();
71 71
     } else {
Please login to merge, or discard this patch.