mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-06 20:51:01 +02:00
patch sanitizedummy with proper declaration (closes #554)
This commit is contained in:
parent
22890cceca
commit
35e5f1da35
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class SanitizeDummy extends SimplePie_Sanitize {
|
||||
function sanitize($data, $type, $base) {
|
||||
function sanitize($data, $type, $base = '') {
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user