Fixed syntax error in displayLog plugin
This commit is contained in:
parent
d4a8b77023
commit
cab94e8d00
@ -37,7 +37,7 @@ if (mysqli_connect_errno()!=0) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Result
|
# Result
|
||||||
$query = Database::prepare($database, "SELECT FROM_UNIXTIME(time), type, function, line, text FROM ?", [LYCHEE_TABLE_LOG]);
|
$query = Database::prepare($database, "SELECT FROM_UNIXTIME(time), type, function, line, text FROM ?", array(LYCHEE_TABLE_LOG));
|
||||||
$result = $database->query($query);
|
$result = $database->query($query);
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
|
Loading…
Reference in New Issue
Block a user