added a check if the task has run yet (#385)

* added a null check on the last_run

* corrected a mistake made when changing the file

* another mistake :/

* changed to be less specific and so it checks against the value instead of >
This commit is contained in:
kasper Franz 2017-04-17 18:03:11 +02:00 committed by Dane Everitt
parent f59e4e0b68
commit 2006920427
3 changed files with 10 additions and 1 deletions

View file

@ -57,6 +57,7 @@ return [
'queued' => 'Queued',
'last_run' => 'Last Run',
'next_run' => 'Next Run',
'not_run_yet' => 'Not Run Yet',
'yes' => 'Yes',
'no' => 'No',
'delete' => 'Delete',