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