extract from pingbackcontent that has no type yet
authorChristian Weiske <[email protected]>
Wed, 19 Jun 2013 21:28:17 +0000 (23:28 +0200)
committerChristian Weiske <[email protected]>
Wed, 19 Jun 2013 21:28:17 +0000 (23:28 +0200)
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 = ""';
     }
 
 }