@@ -188,9 +188,9 @@ |
||
| 188 | 188 | if ($value['type'] == 'php' && $value['message'] == '%type: %message in %function (line %line of %file).') { |
| 189 | 189 | $collection = $this->logger->eventCollection($value['_id']); |
| 190 | 190 | $result = $collection->find() |
| 191 | - ->sort(array('$natural' => -1)) |
|
| 192 | - ->limit(1) |
|
| 193 | - ->getNext(); |
|
| 191 | + ->sort(array('$natural' => -1)) |
|
| 192 | + ->limit(1) |
|
| 193 | + ->getNext(); |
|
| 194 | 194 | if ($value) { |
| 195 | 195 | $value['file'] = basename($result['variables']['%file']); |
| 196 | 196 | $value['line'] = $result['variables']['%line']; |