From eb8245c073588ee64c5c7c3bf6327d05576193ad Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 19 Jun 2013 23:28:17 +0200 Subject: [PATCH] extract from pingbackcontent that has no type yet --- src/stapibas/Content/Extractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stapibas/Content/Extractor.php b/src/stapibas/Content/Extractor.php index 7de4cd5..af035b9 100644 --- a/src/stapibas/Content/Extractor.php +++ b/src/stapibas/Content/Extractor.php @@ -123,7 +123,7 @@ class Content_Extractor if ($this->deps->options['force']) { return ''; } - return ' AND pc_detected_type = 1'; + return ' AND pc_detected_type = ""'; } } -- 2.30.2