1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Rewrote database support to classes, Fixed strict warning in sanitizedummy.php

This commit is contained in:
Markus Birth
2013-03-15 10:51:33 +01:00
parent 22890cceca
commit 65d0cc64a2
7 changed files with 271 additions and 126 deletions

View File

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