Skip to content
Snippets Groups Projects
Commit a20e9255 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed log fetching

parent 43692e88
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ class QueryLogger
public function getLatestLogs(int $n)
{
$current_database = \storage_path("logs/metager/" . date("Y") . "/" . date("m") . "/" . date("d") . ".sqlite");
$current_table = date("logs");
$current_table = "logs";
if (!\file_exists($current_database)) {
return null;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment