summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2013-02-15 01:29:53 +0100
committerFrank Gevaerts <frank@gevaerts.be>2013-02-15 01:29:53 +0100
commit90304f3e05c73f3875d7dea04e53a88f0255c713 (patch)
treecefc473c6f6b683ddad134214ce2fa3c956be9a3
parentb939c00116805e00648db449d05e5797507ddf10 (diff)
downloadthemesite-90304f3e05c73f3875d7dea04e53a88f0255c713.tar.gz
themesite-90304f3e05c73f3875d7dea04e53a88f0255c713.zip
Fix rss feed
An undefined variable warning messed up the rss output Change-Id: Ie9be207baccccdbe140c275f0328998ba5c0252b
-rw-r--r--private/themesite.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/private/themesite.class.php b/private/themesite.class.php
index d35b0ce..5af7ed7 100644
--- a/private/themesite.class.php
+++ b/private/themesite.class.php
@@ -309,6 +309,7 @@ class themesite {
$approved_clause,
db::quote($orderby)
);
+ $args= array();
} else {
$sql = sprintf('SELECT name, author, timestamp, mainlcd, approved, reason, description, shortname,
zipfile, sshot_wps, sshot_menu, sshot_1, sshot_2, sshot_3,