patch sanitizedummy with proper declaration (closes #554)

master
Andrew Dolgov 12 years ago
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…
Cancel
Save