Skip to content

Commit

Permalink
Update rexshop.php
Browse files Browse the repository at this point in the history
  • Loading branch information
srexi committed Apr 5, 2022
1 parent 74fffbc commit bdb6d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/tasks/rexshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ function task_rexshop($task)
], 'id=' . $sub['id']);
}

add_task_log($task, $lang->task_rexshop_ran);
add_task_log($task, property_exists($lang, 'task_rexshop_ran') ? $lang->task_rexshop_ran : 'RexShop Expired Subscriptions Ran Successfully.'));
}

0 comments on commit bdb6d66

Please sign in to comment.