We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdaac0 commit df00a78Copy full SHA for df00a78
includes/admin/feedzy-rss-feeds-import.php
@@ -3533,11 +3533,9 @@ private function wizard_import_feed() {
3533
// Update wizard data.
3534
$wizard_data['job_id'] = $job_id;
3535
update_option( 'feedzy_wizard_data', $wizard_data );
3536
-
3537
- $job = get_post( $job_id );
3538
- $count = $this->run_job( $job, 10 );
+
3539
$response = array(
3540
- 'status' => $count > 0,
+ 'status' => true,
3541
);
3542
}
3543
wp_send_json( $response );
0 commit comments