]> git.wh0rd.org Git - tt-rss.git/commitdiff
patch sanitizedummy with proper declaration (closes #554)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 15 Mar 2013 05:24:54 +0000 (09:24 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 15 Mar 2013 05:24:54 +0000 (09:24 +0400)
classes/sanitizedummy.php

index a184bec303685fbf626a4c3caefeed43334b98b9..7182fb7f53193f30bb61779f975e143d61f3f823 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 class SanitizeDummy extends SimplePie_Sanitize {
-       function sanitize($data, $type, $base) {
+       function sanitize($data, $type, $base = '') {
                return $data;
        }
 }