mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
initial WIP for php8; bump php version requirement to 7.0
This commit is contained in:
@@ -10,7 +10,7 @@ class Logger_SQL {
|
||||
|
||||
if ($this->pdo && get_schema_version() > 117) {
|
||||
|
||||
$owner_uid = $_SESSION["uid"] ? $_SESSION["uid"] : null;
|
||||
$owner_uid = $_SESSION["uid"] ?? null;
|
||||
|
||||
// limit context length, DOMDocument dumps entire XML in here sometimes, which may be huge
|
||||
$context = mb_substr($context, 0, 8192);
|
||||
|
||||
Reference in New Issue
Block a user