summaryrefslogtreecommitdiff
path: root/modules/backend.class
diff options
context:
space:
mode:
Diffstat (limited to 'modules/backend.class')
-rw-r--r--modules/backend.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/backend.class b/modules/backend.class
index 35bcfeb0e..888dcba0f 100644
--- a/modules/backend.class
+++ b/modules/backend.class
@@ -16,7 +16,7 @@ class backend {
// Contains the parsed rdf/rss/xml file:
var $headlines = array(); // latest headlines
- function backend($id, $site, $url, $file, $contact, $timout = 3600) {
+ function backend($id, $site = "", $url = "", $file = "", $contact = "", $timout = 3600) {
// Get channel info:
$result = db_query("SELECT * FROM channel WHERE id = '$id' OR site = '$site'");