From: Christian Weiske Date: Wed, 19 Jun 2013 21:28:17 +0000 (+0200) Subject: extract from pingbackcontent that has no type yet X-Git-Url: https://git.cweiske.de/stapibas.git/commitdiff_plain/eb8245c073588ee64c5c7c3bf6327d05576193ad extract from pingbackcontent that has no type yet --- 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 = ""'; } }