X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=classes%2Flogger%2Fsql.php;h=387478c10fd36de12d39bec72bf0ac75cdf1f23f;hb=6322ac79a020ab584d412d782d62b2ee77d7c6cf;hp=b0e0b0db5e1f05eac78112931c14715ad5049052;hpb=aca75cb5cb323535099c7aef46a78ea3cec082f2;p=tt-rss.git diff --git a/classes/logger/sql.php b/classes/logger/sql.php index b0e0b0db..387478c1 100644 --- a/classes/logger/sql.php +++ b/classes/logger/sql.php @@ -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";