Incorrect number of tokens
authorAlexander Ebert <ebert@woltlab.com>
Mon, 16 Dec 2019 19:29:42 +0000 (20:29 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 16 Dec 2019 19:29:42 +0000 (20:29 +0100)
files/lib/system/exporter/WordPress3xExporter.class.php

index 770a9780dcf654b99418704694938040026b5a08..031f2f44d8efc3ee53f6740180c0da9f23d0043f 100644 (file)
@@ -427,7 +427,7 @@ class WordPress3xExporter extends AbstractExporter {
                                                SELECT  ID
                                                FROM    " . $this->databasePrefix . "posts
                                                WHERE   post_type IN (?, ?)
-                                                       AND post_status IN (?, ?, ?, ?, ?, ?, ?)
+                                                       AND post_status IN (?, ?, ?, ?, ?, ?)
                                        )
                        ORDER BY        ID";
                $statement = $this->database->prepareStatement($sql, $limit, $offset);