We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fffbc commit bdb6d66Copy full SHA for bdb6d66
inc/tasks/rexshop.php
@@ -46,5 +46,5 @@ function task_rexshop($task)
46
], 'id=' . $sub['id']);
47
}
48
49
- 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.'));
50
0 commit comments