summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2021-11-11 19:59:25 +0000
committerwn_ <[email protected]>2021-11-11 19:59:25 +0000
commit03495c11ed69f6311e9c7596cc53c5b15ce82bf6 (patch)
treed507596078eeff445b4310690ae3fcbf82b46976 /classes/feeds.php
parent3f8aaffd3499cd49912c3e2cb663d8572a96851e (diff)
Address PHPStan warnings in 'classes/sanitizer.php'.
This also includes some minor tweaks to things that call 'Sanitizer::sanitize()'.
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index cd2633ffb..20aa9c05d 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -271,7 +271,7 @@ class Feeds extends Handler_Protected {
$this->_mark_timestamp(" pre-sanitize");
$line["content"] = Sanitizer::sanitize($line["content"],
- $line['hide_images'], false, $line["site_url"], $highlight_words, $line["id"]);
+ $line['hide_images'], null, $line["site_url"], $highlight_words, $line["id"]);
$this->_mark_timestamp(" sanitize");