mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
remove $link
This commit is contained in:
@@ -12,7 +12,7 @@ class Logger_SQL {
|
||||
$file = Db::get()->escape_string($file);
|
||||
$line = Db::get()->escape_string($line);
|
||||
$context = ''; // backtrace is a lot of data which is not really critical to store
|
||||
//$context = db_escape_string($this->link, serialize($context));
|
||||
//$context = db_escape_string( serialize($context));
|
||||
|
||||
$owner_uid = $_SESSION["uid"] ? $_SESSION["uid"] : "NULL";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user