mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
patch sanitizedummy with proper declaration (closes #554)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
class SanitizeDummy extends SimplePie_Sanitize {
|
||||
function sanitize($data, $type, $base) {
|
||||
function sanitize($data, $type, $base = '') {
|
||||
return $data;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user