Skip to content

Commit bdb6d66

Browse files
authored
Update rexshop.php
1 parent 74fffbc commit bdb6d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/tasks/rexshop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ function task_rexshop($task)
4646
], 'id=' . $sub['id']);
4747
}
4848

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

0 commit comments

Comments
 (0)