@@ -328,7 +328,7 @@ |
||
| 328 | 328 | foreach ($context['error_info']['backtrace'] as $key => $value) |
| 329 | 329 | { |
| 330 | 330 | //Check for existing |
| 331 | - if (!property_exists($value,'file') || empty($value->file)) |
|
| 331 | + if (!property_exists($value, 'file') || empty($value->file)) |
|
| 332 | 332 | $value->file = $txt['unknown']; |
| 333 | 333 | if (!property_exists($value, 'line') || empty($value->line)) |
| 334 | 334 | $value->line = -1; |