diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index d1c304a020fe76bb8e9896b14ccd62198866c60a..8e58d1e1848def7ddac1a3cc2770bb0e8398ed10 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -1391,7 +1391,7 @@
 					$match = @preg_match("/$reg_exp/i", $content);
 					break;
 				case "both":
-					$match = (@preg_match("/$reg_exp/i", $title) || @preg_match("/$reg_exp/i", $title));
+					$match = (@preg_match("/$reg_exp/i", $title) || @preg_match("/$reg_exp/i", $content));
 					break;
 				case "link":
 					$match = @preg_match("/$reg_exp/i", $link);