mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Code cleaning stuff.
This commit is contained in:
@@ -171,7 +171,7 @@ class DebugController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
if (strlen($logContent) > 0) {
|
||||
if ('' !== $logContent) {
|
||||
// last few lines
|
||||
$logContent = 'Truncated from this point <----|' . substr($logContent, -8192);
|
||||
}
|
||||
|
Reference in New Issue
Block a user