Skip to content

Commit

Permalink
chore: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Mar 29, 2024
1 parent 085d05f commit dd4d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ public function run_action_job( $field_content, $import_translation_lang, $job,

$this->result = null;
$jobs_actions = $jobs['job_actions'];
$replace_to = isset( $jobs['serialized_actions'] ) ? $jobs['serialized_action'] : '';
$replace_to = isset( $jobs['serialized_actions'] ) ? $jobs['serialized_actions'] : '';
foreach ( $jobs_actions as $job ) {
$this->current_job = $job;
$this->result = $this->action_process();
Expand Down

0 comments on commit dd4d6e7

Please sign in to comment.