Completed
Push — master ( 2fe3da...4c7118 )
by Mehmet
02:16
created
apps/elastico/controllers/es/type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,5 +35,5 @@
 block discarded – undo
35 35
     if (isset($count['hits']['total'])) {
36 36
         $nof = (int) $count['hits']['total'];
37 37
     }
38
-    return ['app_title'=>$index . "/" . $type ,'data'=>['index' => $index, 'type' => $type, 'documents'=> $documents, 'from' => $from, 'nof'=>$nof, 'size' => $size, 'sort'=>$sort, 'query'=>$query]];
38
+    return ['app_title'=>$index . "/" . $type, 'data'=>['index' => $index, 'type' => $type, 'documents'=> $documents, 'from' => $from, 'nof'=>$nof, 'size' => $size, 'sort'=>$sort, 'query'=>$query]];
39 39
 }
Please login to merge, or discard this patch.