]> git.wh0rd.org - tt-rss.git/blobdiff - classes/logger/sql.php
fix blank character after opening bracket in function calls
[tt-rss.git] / classes / logger / sql.php
index 387478c10fd36de12d39bec72bf0ac75cdf1f23f..888ef67ddf03c8c63aa7b076b3d618cc87c5bd40 100644 (file)
@@ -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( serialize($context));
+                       //$context = db_escape_string(serialize($context));
 
                        $owner_uid = $_SESSION["uid"] ? $_SESSION["uid"] : "NULL";