extract from pingbackcontent that has no type yet
[stapibas.git] / src / stapibas / Content / Extractor.php
index 7de4cd56de5a79ebe2e814c60bef1e4633529517..af035b9879053f19c5c50d2ad62b5c22391a535b 100644 (file)
@@ -123,7 +123,7 @@ class Content_Extractor
         if ($this->deps->options['force']) {
             return '';
         }
-        return ' AND pc_detected_type = 1';
+        return ' AND pc_detected_type = ""';
     }
 
 }