mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Fix debug issue caught by @devlearner.
This commit is contained in:
@@ -86,7 +86,7 @@ class DebugController extends Controller
|
|||||||
$logFile = $handler->getUrl();
|
$logFile = $handler->getUrl();
|
||||||
if (null !== $logFile) {
|
if (null !== $logFile) {
|
||||||
try {
|
try {
|
||||||
$logContent = file_get_contents('/aaaa/'.$logFile);
|
$logContent = file_get_contents($logFile);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
// don't care
|
// don't care
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user