1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

reinstate back sanitizedummy parameter fix that got reverted

This commit is contained in:
Andrew Dolgov
2013-03-16 10:21:55 +04:00
parent 8c4f63fa9a
commit 3fd035f5eb

View File

@@ -1,6 +1,6 @@
<?php <?php
class SanitizeDummy extends SimplePie_Sanitize { class SanitizeDummy extends SimplePie_Sanitize {
function sanitize($data, $type, $base) { function sanitize($data, $type, $base = '') {
return $data; return $data;
} }
} }