Completed
Push — issue/139 ( 18a7a0...02fda4 )
by
unknown
10:31
created
domain/queue/class.tx_crawler_domain_queue_repository.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     {
65 65
         $db = $this->getDB();
66 66
         $where = 'process_id_completed=' . $db->fullQuoteStr($process->getProcess_id(), $this->tableName) .
67
-                   ' AND exec_time > 0 ';
67
+                    ' AND exec_time > 0 ';
68 68
         $limit = 1;
69 69
         $groupby = '';
70 70
 
Please login to merge, or discard this patch.