diff options
Diffstat (limited to 'app/Database.php')
| -rw-r--r-- | app/Database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Database.php b/app/Database.php index 2bec6df3b0..abb2585bcc 100644 --- a/app/Database.php +++ b/app/Database.php @@ -146,7 +146,7 @@ class Database { unset($trace[$n]); } } - $stack = '<abbr title="' . Filter::escapeHtml(implode(' / ', $trace)) . '">' . (count(self::$log) + 1) . '</abbr>'; + $stack = '<abbr title="' . Html::escape(implode(' / ', $trace)) . '">' . (count(self::$log) + 1) . '</abbr>'; // Bind variables foreach ($bind_variables as $key => $value) { if (is_null($value)) { |
