Completed
Push — psr2-test ( af724f )
by Tomas Norre
15:22
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
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     {
67 67
         $db = $this->getDB();
68 68
         $where = 'process_id_completed='.$db->fullQuoteStr($process->getProcess_id(), $this->tableName).
69
-                 ' AND exec_time > 0 ';
69
+                    ' AND exec_time > 0 ';
70 70
         $limit = 1;
71 71
         $groupby = '';
72 72
 
Please login to merge, or discard this patch.