summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 4524dc335..35e36d24a 100644
--- a/opml.php
+++ b/opml.php
@@ -33,7 +33,8 @@
$where = "WHERE owner_uid = '$owner_uid'";
$orderby = "ORDER BY title";
if ($hide_private_feeds){
- $where = "WHERE owner_uid = '$owner_uid' AND private IS false";
+ $where = "WHERE owner_uid = '$owner_uid' AND private IS false AND
+ auth_login = '' AND auth_pass = ''";
}