svalavuo пре 4 дана
родитељ
комит
8104a41148
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      includes/wordpress_import.php

+ 2 - 2
includes/wordpress_import.php

@@ -351,8 +351,8 @@ class WordPressImport {
                     
                     // Insert post
                     $this->targetDb->query(
-                        "INSERT INTO publications (title, slug, content, summary, author, status, created_at, updated_at, published_at,wp_post_id) 
-                         VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)",
+                        "INSERT INTO publications (title, slug, content, summary, author, status, created_at, updated_at, published_at, wp_post_id) 
+                         VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
                         [
                             $wpPost['post_title'],
                             $slug,