From 04c242450d37e510e7c31085045b3d8856abe031 Mon Sep 17 00:00:00 2001 From: Hannes Mannerheim Date: Sat, 11 Jul 2015 01:06:46 +0200 Subject: [PATCH] the hide_replies pref is returning 1 not true --- QvitterPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QvitterPlugin.php b/QvitterPlugin.php index 6a2a667..722a1ff 100644 --- a/QvitterPlugin.php +++ b/QvitterPlugin.php @@ -204,7 +204,7 @@ class QvitterPlugin extends Plugin { $m->connect('search/notice', array('action' => 'qvitter')); // if the user wants the twitter style home stream with hidden replies to non-friends - if ($this->qvitter_hide_replies === true) { + if ($this->qvitter_hide_replies == 1) { URLMapperOverwrite::overwrite_variable($m, 'api/statuses/friends_timeline.:format', array('action' => 'ApiTimelineFriends'), array('format' => '(xml|json|rss|atom|as)'),